上傳檔案櫃:修訂版本之間的差異

出自六年制學程
跳轉到: 導覽搜尋
(新頁面: 分類: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;
+
#logon();
+
#if(驗證不過){echo $nowMsg;}<br/>else{跑上傳程式;}
+
 
#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

  1. include 'common.php';
  2. include 'constant.php';
  3. 錯誤訊息不同
  4. include 'login.php';
  5. new login;
  6. include 'theme.php';
  7. echo $html1;
  8. 指定認證表並 logon();
  9. if(驗證不過){echo 錯誤訊息;}
    else{
    跑上傳程式;
    echo showDir($admin,$root);
    }
  10. echo $html2;