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
8f1e3a55e7
Branches
Tags
No results found.
fipamo
/
public
/
index.php
5 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
git ignore tweak to save index. oops
2021-03-28 15:23:34 -07:00
<
?
php
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