「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 '/volu...) |
|||
| 第1行: | 第1行: | ||
| − | + | [[分類:LiteSite]] | |
| − | + | <pre><?php | |
define('webUser',substr(substr(__FILE__,15),0,strpos(substr(__FILE__,15),'/www/'))); | define('webUser',substr(substr(__FILE__,15),0,strpos(substr(__FILE__,15),'/www/'))); | ||
| − | + | ini_set('session.save_path','/volume1/homes/'.webUser.'/sessPath'); | |
| − | ini_set('session.save_path','/volume1/homes/'.webUser.'/sessPath'); | ||
| − | |||
include_once '/volume1/web/constant.php'; | include_once '/volume1/web/constant.php'; | ||
| − | + | ?></pre> | |
| − | ? | ||
於 2018年6月6日 (三) 11:16 的最新修訂
<?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';
?>