Search found 5 matches
- Fri Feb 06, 2015 2:11 am
- Forum: Web Interface
- Topic: Can modules be disabled?
- Replies: 3
- Views: 5186
Re: Can modules be disabled?
I've already scrubbed the install i was playing with to test someting else but it was something like: A function allowed_option takes a username and the option to check. Reads a flatfile with something similar to: "username","0","1","0","1"...etc 0 returns false, 1 returns true. If true output the H...
- Tue Feb 03, 2015 5:03 pm
- Forum: Web Interface
- Topic: Can modules be disabled?
- Replies: 3
- Views: 5186
Re: Can modules be disabled?
Answering my own post:
Easy. Code some php around each href in panel.html and they're selectable.
GTF
Easy. Code some php around each href in panel.html and they're selectable.
GTF
- Tue Feb 03, 2015 4:31 pm
- Forum: Web Interface
- Topic: Can modules be disabled?
- Replies: 3
- Views: 5186
Can modules be disabled?
Can modules that aren't required be disabled in the web interface easily?
Stopping the services is simple enough but I'm looking to remove or diable DNS and MAIL from the interface if i can.
GTF
Stopping the services is simple enough but I'm looking to remove or diable DNS and MAIL from the interface if i can.
GTF
- Tue Feb 03, 2015 4:28 pm
- Forum: Web Server
- Topic: Why is /javascript globally redirected?
- Replies: 4
- Views: 5035
Re: Why is /javascript globally redirected?
It's not something i've come across before in an apache setup and didn't want to delete before making sure vesta didn't need it.
Thanks for the reply :)
GTF
Thanks for the reply :)
GTF
- Tue Jan 20, 2015 1:34 am
- Forum: Web Server
- Topic: Why is /javascript globally redirected?
- Replies: 4
- Views: 5035
Why is /javascript globally redirected?
Hello, I've just installed an instance of VCP on Debian 7 and the two test sites i've installed have failed with the same problem. Both sites include their .js files from a /javascript directory. This is globally redirected to /usr/share/javascript/ with "Alias /javascript /usr/share/javascript/" in...