LiteSite/工作程式:修訂版本之間的差異
出自六年制學程
(新頁面: ==免登入,無資料庫== <pre><?php include_once '../../constant.php'; include_once "../theme.php"; </pre>) |
(→免登入,無資料庫) |
||
第 1 行: | 第 1 行: | ||
==免登入,無資料庫== | ==免登入,無資料庫== | ||
<pre><?php | <pre><?php | ||
− | include_once '../../constant.php'; | + | include_once '../../constant.php'; // 載入伺服器參數 |
− | include_once "../theme.php"; | + | include_once "../theme.php"; // 載入 site 布景,順便會載入 site 常、變數,連資料庫 |
</pre> | </pre> |
2021年6月14日 (一) 18:08的修訂版本
免登入,無資料庫
<?php include_once '../../constant.php'; // 載入伺服器參數 include_once "../theme.php"; // 載入 site 布景,順便會載入 site 常、變數,連資料庫