add order route

This commit is contained in:
Your Name
2021-06-19 23:26:37 +03:00
parent fe4db1b3e0
commit d328ffa7b0
9 changed files with 144 additions and 6 deletions

View File

@@ -92,8 +92,6 @@ function restoration_kuri(){
$hashlink = SITE.'resetlink/'.$hash;
}
echo $hashlink;
$tempcontent = VIEWPATH.'restore_add.phtml';
include VIEWPATH.'layout.phtml';
}