diff options
Diffstat (limited to 'demo/index.php')
-rw-r--r-- | demo/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/index.php b/demo/index.php index ec526d1..cb000c3 100644 --- a/demo/index.php +++ b/demo/index.php @@ -19,7 +19,7 @@ <body>
<?php // Connect all of the dependencies
include("../src/bot.php"); // Class for working with AI
- include("components/class-application.php"); // Class to work with application logic
+ include("components/functions.php"); // Class to work with application logic
include("components/navbar.php"); // Connect the navigation bar
include("components/settings.php"); // Connecting a modal window with the settings
?>
|