dever hace 4 años
padre
commit
464104f4ff
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      package/poster/index.php

+ 4 - 0
package/poster/index.php

@@ -0,0 +1,4 @@
+<?php
+define('DEVER_PACKAGE',  'poster');
+define('DEVER_APP_SETUP', dirname(__FILE__) . DIRECTORY_SEPARATOR);
+include(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../boot.php');