Skip to content

Commit d25f67f

Browse files
committed
fixed demos
1 parent 6d6e45f commit d25f67f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ini_set('display_errors', '1');
33
ini_set('display_startup_errors', '1');
44

5-
include('Embed/autoloader.php');
5+
include('../Embed/autoloader.php');
66
?>
77

88
<!DOCTYPE html>

demo/sources.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php include('Embed/autoloader.php'); ?>
1+
<?php include('../Embed/autoloader.php'); ?>
22

33
<!DOCTYPE html>
44

0 commit comments

Comments
 (0)