Fix INSTALLDIR constant definition.
This commit is contained in:
parent
4284f28dec
commit
246e840dd3
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
|
||||
define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..'));
|
||||
|
||||
$shortoptions = 'u:a';
|
||||
$longoptions = array('uri=', 'all');
|
||||
|
|
Loading…
Reference in New Issue
Block a user