diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.php b/example/index.php index 0213c34..f62e8a4 100644 --- a/example/index.php +++ b/example/index.php @@ -3,7 +3,7 @@ # Example program to demonstrate the STE... require_once(dirname(__FILE__) . "/../steloader.php"); -use \kch42\ste; +use r7r\ste; # Initialize an STECore instance $ste = new ste\STECore( |