alecpl
2008-10-08 acff900c5a3a7c89faaf1141eff706ec221a4dd3
bin/msgimport.sh
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php
define('INSTALL_PATH', preg_replace('/bin\/$/', '', getcwd()) . '/');
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
ini_set('memory_limit', -1);
require_once INSTALL_PATH.'program/include/iniset.php';