Unsupported scripts and control panel web app for a hosting company
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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