Rename class scripts to switch_files
This commit is contained in:
@@ -27,9 +27,10 @@
|
||||
//process this only one time
|
||||
if ($domains_processed == 1) {
|
||||
|
||||
//copy the switch scripts
|
||||
$obj = new scripts;
|
||||
$obj->copy_files();
|
||||
//copy the switch files
|
||||
$obj = new switch_files;
|
||||
$obj->copy_scripts();
|
||||
$obj->copy_languages();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user