[zzoss-devel] include path of installer
Status: Alpha
Brought to you by:
czonsius
|
From: Sandro Z. <san...@zz...> - 2003-03-24 14:41:23
|
I added installer/inc/include_path.php which is now included within each page. This script automatically adds=20 installer/lib/ to the include path, so there is no need to do something like require_once 'lib/ZZOSS_Installer/Plugins.php'; because it suffices to do require_once 'ZZOSS_Installer/Plugins.php'; now. Sandro |