Add SPOTA core PHP application
Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
This commit is contained in:
8
dosen/.htaccess
Normal file
8
dosen/.htaccess
Normal file
@@ -0,0 +1,8 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
|
||||
RewriteRule ^dashboard/edit-data-dosen/(.*)$ dashboard.php?page=data&menu=data-dosen&act=edit&id=$1 [L]
|
||||
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user