Add organization management functionality and logo image

- Implemented organization creation, editing, and activity management in orgs.php.
- Added safe path segment function to sanitize input.
- Included file upload handling for activity photos.
- Created a new logo image for the application.
This commit is contained in:
Naiel
2026-03-07 12:30:08 +00:00
parent 6aaee59b3d
commit a8936e55a2
34 changed files with 1292 additions and 506 deletions

View File

@@ -1,5 +1,5 @@
<?php
$APP_CODE = "entreaulas";
$APP_NAME = "EntreAulas";
$APP_TITLE = "EntreAulas";
$APP_CODE = "aulatek";
$APP_NAME = "AulaTek";
$APP_TITLE = "AulaTek";
require_once __DIR__ . "/../../_incl/auth_redir.php";

View File

@@ -1,5 +1,5 @@
<?php
$APP_CODE = "entreaulas";
$APP_NAME = "EntreAulas";
$APP_TITLE = "EntreAulas";
$APP_CODE = "aulatek";
$APP_NAME = "AulaTek";
$APP_TITLE = "AulaTek";
require_once __DIR__ . "/../../_incl/pre-body.php";