mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-01 18:47:20 +01:00
8 lines
153 B
PHP
8 lines
153 B
PHP
<?php
|
|
require __DIR__ . '/../vendor/autoload.php';
|
|
|
|
define(
|
|
'TEST_FILES_PATH',
|
|
__DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR
|
|
);
|