Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2.php 119B

123456789
  1. <?PHP
  2. if ($_SESSION['type'] == 'newuser') {
  3. require_once('2new.php');
  4. } else {
  5. require_once('2old.php');
  6. }
  7. ?>