Hi everyone,
this hacks just works fine - if, yes if the php file which includes the calendar_hack.php3 is in the vb directory.
I would like to include the hack code like this
PHP Code:
<? include ("calendar_hack.php3"); ?>
in my index_homepage.php3 file which is
NOT in the vb directory.
When I do this from outside that dir, it always give me a
Quote:
Failed opening required './global.php3' (include_path='')...
|
When I use the absolute path to global.php3 in the calendar_hack.php3 file, it does not find the config.php3...
So, how do I have to include correctly (best would be in absolute paths) that it works for pages from outside the vb directory???
Many thanks in advance!
Markus