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
7393e4572c
Branches
Tags
No results found.
fipamo
/
public
/
index.php
8 lines
81 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
"
;
respeced class imports to psr-4 standard, fixed asset moving, upgraded theme rendering
2022-03-18 16:00:51 -07:00
use
brain\init\App
as
App
;
created new App class to start up app and move off of index
2021-04-21 22:46:56 -07:00
new
App
();
Reference in a new issue
Copy permalink