Usman Nasir
2021-05-26 15:39:09 +05:00
parent 683b7da2e4
commit 0dbaa99e10

View File

@@ -448,7 +448,6 @@ $cfg['Servers'][$i]['LogoutURL'] = 'phpmyadminsignin.php?logout';
count = 0
while (1):
command = 'find . -type f -exec chmod 644 {} \;'
cmd = shlex.split(command)
res = subprocess.call(cmd)