Logo white

isislab / DEEP

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • DEEP
  • index.php
  • DEEP
    219b8036
    luigser authored
    2015-09-23 13:21:14 +0200  
    Browse Code ยป
index.php 58 Bytes
Edit Raw Blame History
1 2 3 4 5 6
<?php
require 'DEEP.php';

DEEP::getInstance()->run();

?>