This website requires JavaScript.
Explore
Help
Sign in
projects
/
fipamo
Watch
1
Star
0
Fork
You've already forked fipamo
0
Code
Issues
8
Pull requests
Projects
Releases
23
Packages
Wiki
Activity
Actions
183a620b1e
Branches
Tags
No results found.
fipamo
/
public
/
index.php
6 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
git ignore tweak to save index. oops
2021-03-28 15:23:34 -07:00
<
?
php
added CORS handling, added external API access toggle to settings UI and updated front end script
2021-06-09 13:36:08 -07:00
git ignore tweak to save index. oops
2021-03-28 15:23:34 -07:00
require
"
../vendor/autoload.php
"
;
created new App class to start up app and move off of index
2021-04-21 22:46:56 -07:00
include
"
../brain/App.inc.php
"
;
new
App
();
Reference in a new issue
Copy permalink