Does anyone know the working directory for actionhooks.php
I am trying to include some external scripts and i dont want to use an absolute path.
Thanks
-sc
Does anyone know the working directory for actionhooks.php
I am trying to include some external scripts and i dont want to use an absolute path.
Thanks
-sc
Ok, correction...
This is the proper method to include files:
include(ROOTDIR.'/includes/myfile.php');