mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
add $cssadditions option
This adds a switch to turn on or off additions.css
This commit is contained in:
parent
d02b059977
commit
847e170773
1 changed files with 3 additions and 0 deletions
|
@ -53,3 +53,6 @@ $defaults['defaulttype'] = 'Master'; # Choose between 'Native
|
|||
$defaults['primaryns'] = 'unconfigured.primaryns'; # The value of the first NS-record
|
||||
$defaults['secondaryns'] = 'unconfigured.secondaryns'; # The value of the second NS-record
|
||||
$defaults['ttl'] = 3600; # Default TTL for records
|
||||
|
||||
## UI Options
|
||||
$cssadditions = TRUE; # enable or disable horizontal menu
|
||||
|
|
Loading…
Add table
Reference in a new issue