SOURCES: gubed-paths.patch (NEW) - finished: added server subpkg. ...

twittner twittner at pld-linux.org
Sat Dec 30 20:18:21 CET 2006


Author: twittner                     Date: Sat Dec 30 19:18:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- finished: added server subpkg. with server side scripts
- works with php-4.4.4
- with php-5.2.0 doesn't work - msg. from gubed client window:
	20:13:57: Welcome to Gubed PHP Debugger
	20:14:08: Warning: , line , error :

---- Files affected:
SOURCES:
   gubed-paths.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gubed-paths.patch
diff -u /dev/null SOURCES/gubed-paths.patch:1.1
--- /dev/null	Sat Dec 30 20:18:21 2006
+++ SOURCES/gubed-paths.patch	Sat Dec 30 20:18:16 2006
@@ -0,0 +1,13 @@
+--- Gubed/ServerScripts/GubedGlobals.php~	2005-04-28 18:49:28.000000000 +0200
++++ Gubed/ServerScripts/GubedGlobals.php	2006-12-30 19:38:30.000000000 +0100
+@@ -28,8 +28,8 @@
+    ob_implicit_flush();
+ 
+    // Read settings from localsettings.php if it exists
+-   if(file_exists(dirname(__FILE__).'/localsettings.php'))
+-     include(dirname(__FILE__).'/localsettings.php');
++   if(file_exists('/etc/webapps/gubed/gubed.php'))
++     include('/etc/webapps/gubed/gubed.php');
+ 
+    // If server is not set, expect it to be localhost
+    if(!isset($gbdDebugServer))
================================================================


More information about the pld-cvs-commit mailing list