From 550ce8314dc96f6b5640d13a9bf2121b27e5b6c8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 23 May 2005 17:30:05 +0000 Subject: [PATCH] changed first line to #!/usr/bin/php -qC -C makes the CGI binary behave like the CLI one (CGI has the script's dir as it's current dir not the current dir where the script is invoked) --- doc/modernize.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/modernize.php b/doc/modernize.php index 0443d74a8b..5ac8f9cd29 100755 --- a/doc/modernize.php +++ b/doc/modernize.php @@ -1,4 +1,4 @@ -#!/usr/bin/php -q +#!/usr/bin/php -qC \n"; echo "--no-phpgw dont change phpgw to egw, necessary for some API files\n"; echo "--remove-space-indention N substitute every N space at the beginning of a line with a tab (default 2)\n\n";