chore: initial commit

This commit is contained in:
Oussama Douhou
2025-10-29 11:09:43 +01:00
commit 7ec667258a
235 changed files with 62997 additions and 0 deletions

8
api/third_party/node.php vendored Normal file
View File

@@ -0,0 +1,8 @@
<?php
if(!defined('REG_PROD_POINT'))
define('REG_PROD_POINT', 'https://envato.toofasthost.com/api/register');
if(!defined('VAL_PROD_POINT'))
define('VAL_PROD_POINT', 'https://envato.toofasthost.com/api/validate');
if(!defined('GIVE_ME_CODE'))
define('GIVE_ME_CODE', 'https://envato.toofasthost.com/api/givemecode');
?>