//############################################################################ $modName = 'META'; //############################################################################ $thisURL = '/adm/getform.html?Module='.$modName; $thisDir = '../modules/'.$modName.'/www'; $_SESSION['modName'] = $modName; //############################################################################ include_once ($thisDir.'/avbackup.php'); print("\n"); if(isset($_POST['_backup']) && ($_POST['_backup'] == "backup")) { Backup(); } if(isset($_POST['_backup']) && ($_POST['_backup'] == "restore")) { Restore(); } print("\n"); //############################################################################ ?>
META Module (META)
|
||
Executes startup and shutdown scripts found in the respective directories of the META module (/raid/data/module/META/system/etc/startup and /raid/data/module/META/system/etc/shutdown). Any filename for the scripts/executables is valid, only the executable bit in the file mode but be set.
|