File | Purpose |
index.php | Serves the homepage |
redirect.php | Redirects links to their long URLs. |
config.php | Stores important settings such as the database credentials. |
libs/linkity.php | The actual class that handles links, views and users. |
admin | The admin dashboard for managing Linkity. |
Say you'd like to change the background the homepage displays, all you'd have to do is open index.php
and set the background img
's src
to your background's URL.
Similarly, you can make design changes just by changing the CSS & HTML of these files.
Say you'd like to build a multiple user system, you'd have to change the functions in libs/linkity.php
and customize the admin dashboard.
If you need any help, we're always here to help, just shoot us an email at [email protected].