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