Index: branches/1.0.x/custom/install.php =================================================================== diff -u -N --- branches/1.0.x/custom/install.php (revision 12743) +++ branches/1.0.x/custom/install.php (revision 0) @@ -1,33 +0,0 @@ -toolkit; - /* @var $toolkit kInstallToolkit */ - } - - $application =& kApplication::Instance(); - $application->Init(); - - if ($application->RecallVar('user_id') != -1) { - die('restricted access!'); - } - - $toolkit->RunSQL('/' . $module_folder .'/install/install_schema.sql'); - $toolkit->RunSQL('/' . $module_folder .'/install/install_data.sql'); - $toolkit->ImportLanguage('/' . $module_folder .'/install/english'); - - $toolkit->finalizeModuleInstall($module_folder, false); \ No newline at end of file