i see.but in a near future we can change all code to

/* use run-time installer config */
if (file_exists("$AIKI_ROOT_DIR/config.php")) {
    /** @see config.php */
    require_once("$AIKI_ROOT_DIR/config.php");
}
else {
    /** @see installer.php */
    header("location:$AIKI_ROOT_DIR/assets/apps/installer/installer.php");
    die();
}

other changes:
- delete libs/installer
- rename configs/config.php to config.tpl
- all substitutions in config.tpl must be surrounde by "@..@".
...
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to