- 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.
4 lines
72 B
PHP
Executable File
4 lines
72 B
PHP
Executable File
<?php
|
|
ini_set("display_errors", 0);
|
|
header('Location: /aulatek/');
|
|
exit; |