Skip to content

Commit c13d676

Browse files
committed
Removed c3 code from test app
1 parent 90e448b commit c13d676

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/data/app/index.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22
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-
}
103

114
require_once('glue.php');
125
require_once('data.php');

0 commit comments

Comments
 (0)