Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sun, Jul 20, 9:04 AM

in-portal

Index: branches/RC/kernel/install.php
===================================================================
--- branches/RC/kernel/install.php (revision 11127)
+++ branches/RC/kernel/install.php (nonexistent)
@@ -1,25 +0,0 @@
-<?php
- if (!defined('IS_INSTALL')) {
- // separate module install
- define('IS_INSTALL', 1);
- define('ADMIN', 1);
- define('REL_PATH', 'proj-base');
- define('FULL_PATH', realpath(dirname(__FILE__) . '/..') );
-
- include_once(FULL_PATH . '/core/kernel/startup.php');
- require_once FULL_PATH . '/core/install/install_toolkit.php';
-
- $toolkit = new kInstallToolkit();
- }
- else {
- // install, using installation wizard
- $toolkit =& $this->toolkit;
- /* @var $toolkit kInstallToolkit */
- }
-
- $application =& kApplication::Instance();
- $application->Init();
-
- $toolkit->RunSQL('/kernel/install/install_schema.sql');
- $toolkit->RunSQL('/kernel/install/install_data.sql');
- $toolkit->ImportLanguage('/kernel/install/english');
\ No newline at end of file
Property changes on: branches/RC/kernel/install.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property

Event Timeline