Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
antoiba86
/
jQuery_Project
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e81703608d
Branches
Tags
master
jQuery_Project
/
index.php
index.php
80 B
History
Raw
1
2
3
4
5
6
<?php
include_once "controller.php";
$c = new Controller();
$c->control();