- 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.
6 lines
139 B
PHP
Executable File
6 lines
139 B
PHP
Executable File
<?php
|
|
$APP_CODE = "aulatek";
|
|
$APP_NAME = "AulaTek";
|
|
$APP_TITLE = "AulaTek";
|
|
require_once __DIR__ . "/../../_incl/auth_redir.php";
|