diff --git a/index.php b/index.php index 7e06d0f..0a4a9dc 100644 --- a/index.php +++ b/index.php @@ -27,7 +27,7 @@ for ($i = 0; $i < count($module_list); $i++) { echo " Error. Modules doesn't deffined". $module_list[$i] .""; } else { - echo "". $module_list[$i] .""; + echo "". $module_list[$i] .".php" . "\n"; } }