0byt3m1n1 - D7net
0byt3m1n1 - D7net
Path:
/
home
/
s13cf5ef
/
www
/
newtuscamisetaspersonalizadas
/
install
/
[
Home
]
Name File: install.php
< back
<?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2007 osCommerce Released under the GNU General Public License */ require('includes/application.php'); $page_contents = 'install.php'; if (isset($HTTP_GET_VARS['step']) && is_numeric($HTTP_GET_VARS['step'])) { switch ($HTTP_GET_VARS['step']) { case '2': $page_contents = 'install_2.php'; break; case '3': $page_contents = 'install_3.php'; break; case '4': $page_contents = 'install_4.php'; break; } } require('templates/main_page.php'); ?>
©
2018. | Recode by D7net