Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New version osCommerce 2.2CVS application_top.php


chefjeff

Recommended Posts

Posted

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.....

Posted

Reread what you just posted. :?

 

The filenames are now defined in the new file......drum roll please....filenames.php. :wink:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...