upgrade.php missing class php
This commit is contained in:
parent
6ffe3b718a
commit
632dbec005
|
|
@ -23,3 +23,4 @@ RewriteRule ^.*/provision/([A-Fa-f0-9]{12})-registration.cfg$ app/provis
|
||||||
RewriteRule ^.*/provision/([A-Fa-f0-9]{12})-site.cfg$ app/provision/?mac=$1&file=site.cfg [QSA]
|
RewriteRule ^.*/provision/([A-Fa-f0-9]{12})-site.cfg$ app/provision/?mac=$1&file=site.cfg [QSA]
|
||||||
RewriteRule ^.*/provision/([A-Fa-f0-9]{12})-web.cfg$ app/provision/?mac=$1&file=web.cfg [QSA]
|
RewriteRule ^.*/provision/([A-Fa-f0-9]{12})-web.cfg$ app/provision/?mac=$1&file=web.cfg [QSA]
|
||||||
|
|
||||||
|
Options -Indexes
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@
|
||||||
$format = 'html';
|
$format = 'html';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require_once "resources/classes/text.php";
|
||||||
//add multi-lingual support
|
//add multi-lingual support
|
||||||
$language = new text;
|
$language = new text;
|
||||||
$text = $language->get();
|
$text = $language->get();
|
||||||
|
|
@ -101,4 +102,4 @@
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue