Add version files and new GIF images for UI components

This commit is contained in:
2025-04-03 06:26:44 +07:00
commit 663c28a2ea
5219 changed files with 772528 additions and 0 deletions

7
controller/libgendix.php Normal file
View File

@ -0,0 +1,7 @@
<?php
if (preg_match("/libgendix.php/i", $_SERVER['PHP_SELF'])){header("location: index.php");die;}
class MY_GENDIX extends MY_DHTMLX
{
}
?>