UserConstant.php

出自六年制學程
跳轉到: 導覽搜尋
<?php
define('webUser',substr(substr(__FILE__,15),0,strpos(substr(__FILE__,15),'/www/')));
ini_set('session.save_path','/volume1/homes/'.webUser.'/sessPath'); 
include_once '/volume1/web/constant.php';
?>