Fix INSTALLDIR constant definition.

This commit is contained in:
Jean Baptiste Favre 2012-08-29 20:08:42 +02:00
parent 4284f28dec
commit 246e840dd3
1 changed files with 1 additions and 1 deletions

View File

@ -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');