add_get.php (132B) download
1 <?php
2 $templater = new Lollipop\Template();
3$template["msg"] = "";
4echo $templater->template("views/add_user.html", $template);
hanze/iwa-panda2Controller/user/add_get.php in main | |
Repositories | Summary | Log | Files | README.md |
add_get.php (132B) download
1 <?php
2 $templater = new Lollipop\Template();
3$template["msg"] = "";
4echo $templater->template("views/add_user.html", $template);