2
0

index.php 150 B

1234567
  1. <?php
  2. session_start();
  3. require_once "../conf.inc.php";
  4. require_once DIR_PHP_LAYOUTS . "header.php";
  5. require_once DIR_PHP_LAYOUTS . "cms.index.php";