This website works better with JavaScript.
Explore
Help
Sign In
are0h
/
Fipamo
Watch
1
Star
2
Fork
You've already forked Fipamo
0
Code
Issues
19
Pull Requests
1
Packages
Projects
1
Releases
22
Wiki
Activity
d6f6f771ac
Fipamo
/
public
/
index.php
6 lines
84 B
PHTML
Raw
Normal View
History
Unescape
Escape
git ignore tweak to save index. oops
4 years ago
<?php
added CORS handling, added external API access toggle to settings UI and updated front end script
4 years ago
git ignore tweak to save index. oops
4 years ago
require "../vendor/autoload.php";
created new App class to start up app and move off of index
4 years ago
include "../brain/App.inc.php";
new App();