Cpanel web hosting - Chapter 5: Central Authentication System 145 require_once $APP_FRAMEWORK_DIR

Chapter 5: Central Authentication System 145 require_once $APP_FRAMEWORK_DIR . / . $DEBUGGER_CLASS; require_once $APP_FRAMEWORK_DIR . / . $APPLICATION_CLASS; require_once $APP_FRAMEWORK_DIR . / . $ERROR_HANDLER_CLASS; require_once $APP_FRAMEWORK_DIR . / . $AUTHENTICATION_CLASS; require_once $APP_FRAMEWORK_DIR . / . $DBI_CLASS; require_once $APP_FRAMEWORK_DIR . / . $USER_CLASS; require_once $TEMPLATE_CLASS; ?> The logout application also has a logout.errors file, shown in Listing 5-9, and logout.messages file, shown in Listing 5-10. Listing 5-9: logout.errors The logout messages are displayed using the alert() method found in the class.PHPApplication.php object. Listing 5-10: logout.messages Now let s test our central login and logout applications.

Leave a Reply