We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e448b commit c13d676Copy full SHA for c13d676
1 file changed
tests/data/app/index.php
@@ -1,12 +1,5 @@
1
<?php
2
if (!headers_sent()) header('Content-Type: text/html; charset=UTF-8');
3
-require_once __DIR__.'/../../../autoload.php';
4
-
5
-if (file_exists(__DIR__ . '/../sandbox/c3.php')) {
6
- require __DIR__ . '/../sandbox/c3.php';
7
-} else {
8
- require __DIR__ . '/../claypit/c3.php';
9
-}
10
11
require_once('glue.php');
12
require_once('data.php');
0 commit comments