We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6e45f commit d25f67fCopy full SHA for d25f67f
demo/index.php
@@ -2,7 +2,7 @@
2
ini_set('display_errors', '1');
3
ini_set('display_startup_errors', '1');
4
5
-include('Embed/autoloader.php');
+include('../Embed/autoloader.php');
6
?>
7
8
<!DOCTYPE html>
demo/sources.php
@@ -1,4 +1,4 @@
1
-<?php include('Embed/autoloader.php'); ?>
+<?php include('../Embed/autoloader.php'); ?>
0 commit comments