summaryrefslogtreecommitdiff
path: root/bin/dwpage.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dwpage.php')
-rwxr-xr-xbin/dwpage.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dwpage.php b/bin/dwpage.php
index f27a67c4c..f664770bf 100755
--- a/bin/dwpage.php
+++ b/bin/dwpage.php
@@ -1,8 +1,9 @@
-#!/usr/bin/php -d short_open_tag=on
+#!/usr/bin/php
<?php
#------------------------------------------------------------------------------
if ('cli' != php_sapi_name()) die();
+ini_set('memory_limit','128M');
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
require_once DOKU_INC.'inc/init.php';
require_once DOKU_INC.'inc/common.php';