Configuration file editor:

- support syntax highlighting and checking (ace editor)
- better "apply" and "reset" buttons management
- limit code injection when checking the configuration
- better syntax checking for PHP7

SVN:trunk[4926]
This commit is contained in:
Eric Espié
2017-09-20 15:07:05 +00:00
parent 048c1ecf72
commit 6011aa2ac9
13 changed files with 183 additions and 125 deletions

View File

@@ -3,7 +3,7 @@
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'itop-config/1.0.2',
'itop-config/1.0.3',
array(
// Identification
//
@@ -49,5 +49,3 @@ SetupWebPage::AddModule(
),
)
);
?>