chefjeff Posted July 30, 2003 Posted July 30, 2003 Ive noticed that the latest snapshot of osCommerce 2.2CVS in the file application_top.php has changed. What happened to the "define the filenames used in the project" There is only one filename there which is "// include the list of project filenames require(DIR_WS_INCLUDES . 'filenames.php');" // define the filenames used in the project define('FILENAME_ACCOUNT', 'account.php'); define('FILENAME_ACCOUNT_EDIT', 'account_edit.php'); define('FILENAME_ACCOUNT_EDIT_PROCESS', 'account_edit_process.php'); define('FILENAME_ACCOUNT_HISTORY', 'account_history.php'); etc.....
Guest Posted July 30, 2003 Posted July 30, 2003 Reread what you just posted. :? The filenames are now defined in the new file......drum roll please....filenames.php. :wink:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.