-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
12 lines (6 loc) · 897 Bytes
/
index.php
1
2
3
4
5
6
7
<? require_once("models/config.php");
function get_slug_content(){
echo "<p> This is a implementaion of the Uflex user class. I did this implementaion as a project to better understand PHP during my week long vacations. I would not suggest using this for any actual projects, but would be great to learn PHP devolopment. The template implemention is a little messed up, I had a templating feature in mind(like in wordpress) but sadly it ended up this way</p>. If you need a good user managment script you can look into <a href=\"http://usercake.com\">usercake</a></p><h2>Install instructions</h2><ul><li>Go to models/settings.php fill in the details of the databasename,username,password etc</li><li>click on install or if that does not work for you, you can manuall copy and execute sql.txt</li><li>That it we are done</li></ul>";
}
require_once("models/template.php");
?>