瀏覽代碼

public/ > pages/

Miraty 2 年之前
父節點
當前提交
c13ec1829a

+ 0 - 0
public/auth/index.php → pages/auth/index.php


+ 0 - 0
public/auth/login.php → pages/auth/login.php


+ 0 - 0
public/auth/logout.php → pages/auth/logout.php


+ 0 - 0
public/auth/password.php → pages/auth/password.php


+ 0 - 0
public/auth/register.php → pages/auth/register.php


+ 0 - 0
public/auth/unregister.php → pages/auth/unregister.php


+ 0 - 0
public/ht/add-http-dns.php → pages/ht/add-http-dns.php


+ 0 - 0
public/ht/add-http-onion.php → pages/ht/add-http-onion.php


+ 0 - 0
public/ht/del-http-dns.php → pages/ht/del-http-dns.php


+ 0 - 0
public/ht/del-http-onion.php → pages/ht/del-http-onion.php


+ 0 - 0
public/ht/index.php → pages/ht/index.php


+ 0 - 0
public/ht/le.php → pages/ht/le.php


+ 0 - 0
public/index.php → pages/index.php


+ 0 - 0
public/ns/caa.php → pages/ns/caa.php


+ 0 - 0
public/ns/cname.php → pages/ns/cname.php


+ 0 - 0
public/ns/dname.php → pages/ns/dname.php


+ 0 - 0
public/ns/index.php → pages/ns/index.php


+ 0 - 0
public/ns/ip.php → pages/ns/ip.php


+ 0 - 0
public/ns/loc.php → pages/ns/loc.php


+ 0 - 0
public/ns/mx.php → pages/ns/mx.php


+ 0 - 0
public/ns/ns.php → pages/ns/ns.php


+ 0 - 0
public/ns/print.php → pages/ns/print.php


+ 0 - 0
public/ns/srv.php → pages/ns/srv.php


+ 0 - 0
public/ns/sshfp.php → pages/ns/sshfp.php


+ 0 - 0
public/ns/tlsa.php → pages/ns/tlsa.php


+ 0 - 0
public/ns/txt.php → pages/ns/txt.php


+ 0 - 0
public/ns/zone-add.php → pages/ns/zone-add.php


+ 0 - 0
public/ns/zone-del.php → pages/ns/zone-del.php


+ 0 - 0
public/reg/ds.php → pages/reg/ds.php


+ 0 - 0
public/reg/glue.php → pages/reg/glue.php


+ 0 - 0
public/reg/index.php → pages/reg/index.php


+ 0 - 0
public/reg/ns.php → pages/reg/ns.php


+ 0 - 0
public/reg/print.php → pages/reg/print.php


+ 0 - 0
public/reg/register.php → pages/reg/register.php


+ 0 - 0
public/reg/unregister.php → pages/reg/unregister.php


+ 1 - 1
router.php

@@ -44,6 +44,6 @@ if (SERVICE !== '.') {
 
 
 require "html.php";
 require "html.php";
 
 
-require "public/" . PAGE_ADDRESS . ".php";
+require "pages/" . PAGE_ADDRESS . ".php";
 
 
 closeHtml();
 closeHtml();