上傳檔案櫃:修訂版本之間的差異
出自六年制學程
(新頁面: 分類:LiteSite ===三程式=== ====index.php==== #new login; #include 'theme.php' #echo $html1; #logon(); #if(驗證不過){echo $nowMsg;}<br/>else{跑上傳程式;} #echo $html1;) |
|||
第 1 行: | 第 1 行: | ||
[[分類:LiteSite]] | [[分類:LiteSite]] | ||
===三程式=== | ===三程式=== | ||
− | ====index.php==== | + | ====index.php與admin.php==== |
+ | #include 'common.php'; | ||
+ | #include 'constant.php'; | ||
+ | #錯誤訊息不同 | ||
+ | #include 'login.php'; | ||
#new login; | #new login; | ||
− | #include 'theme.php' | + | #include 'theme.php'; |
− | + | ||
− | + | ||
− | + | ||
#echo $html1; | #echo $html1; | ||
+ | #指定認證表並 logon(); | ||
+ | #if(驗證不過){echo 錯誤訊息;}<br/>else{<br/>跑上傳程式;<br/>echo showDir($admin,$root);<br/>} | ||
+ | #echo $html2; |
2018年11月27日 (二) 20:07的修訂版本
三程式
index.php與admin.php
- include 'common.php';
- include 'constant.php';
- 錯誤訊息不同
- include 'login.php';
- new login;
- include 'theme.php';
- echo $html1;
- 指定認證表並 logon();
- if(驗證不過){echo 錯誤訊息;}
else{
跑上傳程式;
echo showDir($admin,$root);
} - echo $html2;