Errata corrige for phpwcms v.1.2.1 AND fcms v0.3
Posted: Tue 1. Mar 2005, 17:58
in both php files included in fcms v0.3
------------------ find -----------------------------
require_once ("include/inc_conf/conf.inc.php");
-------------------- replace with --------------------------
require_once ("config/phpwcms/conf.inc.php");
to use it with the dev version, which has the config file address changed, of course...
------------------ find -----------------------------
require_once ("include/inc_conf/conf.inc.php");
-------------------- replace with --------------------------
require_once ("config/phpwcms/conf.inc.php");
to use it with the dev version, which has the config file address changed, of course...
