Skip to content

Commit

Permalink
example 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gibmyx committed Oct 28, 2020
1 parent a411d02 commit 4dd52e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
require_once 'vendor/autoload.php';
//require_once 'header.php';
//require_once 'Examples/Example1.php';
//require_once 'Examples/Example2.php';
require_once 'header.php';
require_once 'Examples/Example1.php';
require_once 'Examples/Example2.php';
require_once 'Examples/Example3.php';


Expand Down

0 comments on commit 4dd52e8

Please sign in to comment.