Initial commit

This commit is contained in:
zharko
2025-09-07 21:25:20 +07:00
commit 5a07ecccda
142 changed files with 1134 additions and 0 deletions

3
author/project/system/settings/.gitignore vendored Executable file
View File

@@ -0,0 +1,3 @@
*
!.gitignore
!*.sample

View File

@@ -0,0 +1,4 @@
<?php
// Initializing default theme for the views templater
define('THEME', 'default');