- 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.
7 lines
490 B
PHP
Executable File
7 lines
490 B
PHP
Executable File
<div class="sidebar-section-label">Atajos</div>
|
|
<nav class="sidebar-nav">
|
|
<a class="sidebar-link" href="/sysadmin/users.php?action=add">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24"><title>account-plus</title><path d="M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z" /></svg>
|
|
<span>Nuevo usuario</span>
|
|
</a>
|
|
</nav> |