diff options
| author | 2026-01-04 02:02:05 -0800 | |
|---|---|---|
| committer | 2026-01-04 02:02:05 -0800 | |
| commit | 87b8104dc6a1b2ffeb4aa92f8b1301495768db82 (patch) | |
| tree | 5e122215590b5e54a85867ddfd3aea28a476ff2d /public/index.php | |
| parent | 96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9 (diff) | |
| download | lezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.tar.gz lezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.zip | |
Rename “Phel Web Skeleton” to “Lezer”
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 92e0753..08b8025 100644 --- a/public/index.php +++ b/public/index.php @@ -12,6 +12,6 @@ $appFile = $projectRootDir . "/out/index.php"; if (file_exists($appFile)) { require_once $appFile; } else { - Phel::run($projectRootDir, 'web-skeleton\app'); + Phel::run($projectRootDir, 'lezer\app'); } |
