1
0
generated from mirzaev/pot

Initial commit

This commit is contained in:
2025-02-25 22:34:55 +07:00
commit 5518f88e24
147 changed files with 2030 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,8 @@
<?php
return [
'endpoint' => 'unix:///var/run/arangodb3/arango.sock',
'database' => 'parser_from_interneturok',
'name' => 'parser_from_interneturok',
'password' => ''
];

View File

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