Initial commit of version 1.24.4
Dieser Commit ist enthalten in:
Ursprung
71216834d4
Commit
ff7578f6fe
328 geänderte Dateien mit 38836 neuen und 0 gelöschten Zeilen
7
inc/home/protection_delete.php
Normale Datei
7
inc/home/protection_delete.php
Normale Datei
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
if (!defined('MSD_VERSION')) die('No direct access.');
|
||||
@unlink($config['paths']['root'].'.htaccess');
|
||||
@unlink($config['paths']['root'].'.htpasswd');
|
||||
$action='status';
|
||||
|
||||
// todo -> give user info about success or failure of deleting action
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren