4 include
'../../system/classes/db.php';
5 include
'../../system/classes/language.php';
6 include
'../../system/classes/settings.php';
7 include
'../../system/classes/update.php';
17 $language->init(
$db,
"backend");
19 $lang = (array) $language->lang;
23 if (isset($_POST[
'currentVersion']) && (isset($_POST[
'updateVersion'])))
25 $currentVersion = $_POST[
'currentVersion'];
30 $update->currentVersion = $currentVersion;
print $lang['FILEMAN_UPLOAD']
Mysqli database class; returns db connection object.
The language class - support multilingual backend.
The update class - handles yawk's system update functions.
if(!isset($db)) if(!isset($lang)) $update