Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
antoiba86
/
jQuery_Project
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
e81703608d
Ramas
Etiquetas
master
jQuery_Project
/
index.php
index.php
80 B
Histórico
Raw
1
2
3
4
5
6
<?php
include_once "controller.php";
$c = new Controller();
$c->control();