google-code-export / rtgui

Automatically exported from code.google.com/p/rtgui
1 stars 0 forks source link

Includes in json.php are wrong. #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Includes in json.php are listed as ...

include "../rtgui/config.php";
include "../rtgui/functions.php";

... whereas it should just read ...

include "config.php";
include "functions.php";

... like every other file that includes them.  Thus, auto-refresh breaks
depending upon path.  Bugged in 0.2.3 and 0.2.4.

Original issue reported on code.google.com by llamaXxX@gmail.com on 1 Sep 2008 at 8:36

GoogleCodeExporter commented 9 years ago
Absolutely right.  Can't believe this one hasn't come up before now.  I'm 
releasing 
a new version (0.2.5) just to fix this as it's a major bug.

Thanks for your continued help, LlamaX ;)

Original comment by lemonbe...@gmail.com on 2 Sep 2008 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by lemonbe...@gmail.com on 5 Dec 2008 at 10:27