From 6cc3f5887d7af3ad3b505a6f0fa62752314be1fe Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 20 Apr 2011 13:10:45 +0000 Subject: - Use clisetup.php where possible, remove redundant code --- bin/cleandb.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bin/cleandb.sh') diff --git a/bin/cleandb.sh b/bin/cleandb.sh index 98f52d0cf..978b17dfa 100755 --- a/bin/cleandb.sh +++ b/bin/cleandb.sh @@ -20,12 +20,9 @@ */ -if (php_sapi_name() != 'cli') { - die('Not on the "shell" (php-cli).'); -} - define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); -require INSTALL_PATH.'program/include/iniset.php'; + +require INSTALL_PATH.'program/include/clisetup.php'; // mapping for table name => primary key $primary_keys = array( -- cgit v1.2.3