This website requires JavaScript.
Explore
Help
Sign In
xarvh
/
fipamo
Watch
1
Star
0
Fork
You've already forked fipamo
0
forked from
projects/fipamo
Code
Pull requests
Activity
b51d63633f
fipamo
/
public
/
index.php
5 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
git ignore tweak to save index. oops
2021-03-29 00:23:34 +02:00
<
?
php
require
"
../vendor/autoload.php
"
;
created new App class to start up app and move off of index
2021-04-22 07:46:56 +02:00
include
"
../brain/App.inc.php
"
;
new
App
();
Copy permalink