comparison contrib/web/php-admin/conf/config.php @ 759:73c8715367fb

Better techniques for locating support files in php-admin - existing installations will need to have their conf/config.php altered to set the variable $confdir
author Ben Schmidt
date Wed, 06 Oct 2010 10:35:04 +1100
parents e39e57029aa9
children
comparison
equal deleted inserted replaced
752:c02582939bbc 759:73c8715367fb
1 <?php 1 <?php
2 2
3 $topdir = "/var/spool/mlmmj"; 3 $topdir = "/var/spool/mlmmj";
4 $templatedir = "/home/mlmmj/templates"; 4 $confdir = dirname(__FILE__);
5 $templatedir = dirname(dirname(__FILE__))."/templates";
5 6
6 ?> 7 ?>