Blame view

index.php 58 Bytes
219b8036   luigser   DEEP
1
2
3
4
5
6
  <?php
  require 'DEEP.php';
  
  DEEP::getInstance()->run();
  
  ?>