7 lines
94 B
PHP
7 lines
94 B
PHP
<?php
|
|
|
|
//if (session_id() == '')
|
|
// session_start();
|
|
require_once("../lib/config.php");
|
|
|
|
?>
|