Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

application_top1.php


rmanbike

Recommended Posts

Posted

In the Includes folder is 2 php files:

 

application_top.php

and

application_top1.php

 

Is this part of the standard oscommerce install: 2.2 or 2.3?

Posted

Hi there

application_top is normal inside

includes/

and another one inside

admin/includes

 

application_top1 is not a normal oscommerce file.

 

Doug

Posted

Thanks, I though so, but just wanted to be sure

I should be able to delete this php file with no harm because it looks to be an exact copy of the application_top.php the best I can tell. 

Posted

If you are in a unix shell...

 

"diff application_top.php application_top1.php" should tell you if these files are the same.

 

Then...

 

"grep application_top1.php" should say if any file is using it...

 

Also...

 

"mv application_top1.php application_top1.php.bu" if it doesn't break anything you are good to go...

Archived

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

×
×
  • Create New...