
Originally Posted by
wolfderby
Buildling in https:127.0.0.1/mysite/admin/myAdminScript
how do I require admin/includes/application_top.php ?
I've tried...
require(https:
require(http:
require(127.
require(__DIR__ . DIRECTORY_SEPARATOR . '..'
require(../includes/application_top.php;);
require(DIR_FS_ADMIN ...1.3.7 style
not sure... just hoping I can require admin login to access an admin folder
If the file is in your admin directory, just use the same logic as all other files have in the admin folder (top level):
Code:
require('includes/application_top.php');
Part 2 of the question... Nope.
Bookmarks