wrong rootpath
This commit is contained in:
+4
-4
@@ -12,14 +12,14 @@
|
|||||||
* Tables must be updated manually, see htdocs/doc/sql/db-changes.txt
|
* Tables must be updated manually, see htdocs/doc/sql/db-changes.txt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$rootpath = dirname(__FILE__) . '/../';
|
$rootpath = dirname(__FILE__) . '/../htdocs/';
|
||||||
require($rootpath . 'htdocs/lib/settings.inc.php');
|
require($rootpath . 'lib/settings.inc.php');
|
||||||
|
|
||||||
echo "importing data.sql ...\n";
|
echo "importing data.sql ...\n";
|
||||||
system('cat ' . $rootpath . 'htdocs/doc/sql/static-data/data.sql | mysql -u' . $dbusername . ' --password=' . $dbpasswd . ' ' . $dbname);
|
system('cat ' . $rootpath . 'doc/sql/static-data/data.sql | mysql -u' . $dbusername . ' --password=' . $dbpasswd . ' ' . $dbname);
|
||||||
|
|
||||||
echo "importing triggers ...\n";
|
echo "importing triggers ...\n";
|
||||||
chdir ($rootpath . 'htdocs/doc/sql/stored-proc');
|
chdir ($rootpath . 'doc/sql/stored-proc');
|
||||||
system('php maintain.php');
|
system('php maintain.php');
|
||||||
|
|
||||||
echo "resettings webcache ...\n";
|
echo "resettings webcache ...\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user