[geeklog-devel] config.php request

Joe Mucchiello joe at ThrowingDice.com
Sat Jun 9 14:22:34 EDT 2007


If you have a site where public_html/admin is in use by the service 
provider and thus must modify $_CONF['site_admin_url'], finding the 
path to the admin directory can be very annoying. How about adding a 
$_CONF['path_admin']?

// Some hosting services have a preconfigured admin directory. In that case,
// you need to rename Geeklog's admin directory to something like "myadmin"
// and change the following URL as well. Leave as is until you experience any
// problems accessing Geeklog's admin menu.
// Be sure to update both variables below. Note the different slash 
requirements:
$_CONF['site_admin_url']    = $_CONF['site_url'] . '/admin';
$_CONF['path_admin]    = $_CONF['path_html] . 'admin'/;


----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com 




More information about the geeklog-devel mailing list