mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix autoload redirect failure (#788)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<?php
|
||||
PHP_SAPI == 'cli' or die("Please run this script using the cli sapi");
|
||||
|
||||
require_once __DIR__ . '/../autoload.php';
|
||||
require_once __DIR__ . '/../src/autoload.php';
|
||||
|
||||
use phpweb\News\Entry;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<?php
|
||||
PHP_SAPI == 'cli' or die("Please run this script using the cli sapi");
|
||||
|
||||
require_once __DIR__ . '/../autoload.php';
|
||||
require_once __DIR__ . '/../src/autoload.php';
|
||||
|
||||
use phpweb\News\Entry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user