rmanbike Posted October 11, 2015 Share Posted October 11, 2015 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? Link to comment Share on other sites More sharing options...
douglaswalker Posted October 11, 2015 Share Posted October 11, 2015 Hi there application_top is normal inside includes/ and another one inside admin/includes application_top1 is not a normal oscommerce file. Doug Link to comment Share on other sites More sharing options...
rmanbike Posted October 11, 2015 Author Share Posted October 11, 2015 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. Link to comment Share on other sites More sharing options...
Roaddoctor Posted October 11, 2015 Share Posted October 11, 2015 Use WinMerge, or similar to compare. Like you said, probably just a backup file. -Dave Link to comment Share on other sites More sharing options...
clustersolutions Posted October 11, 2015 Share Posted October 11, 2015 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... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.