Skip to content

Commit c6cc182

Browse files
authored
Update Simple-File-Manager-Browser.php
1 parent 34340ac commit c6cc182

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Simple-File-Manager-Browser.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ function downld($zip_name) {
958958

959959

960960
// ====================================================== ZIPPER ====================================== //
961-
// https://github.com/tazotodua/useful-php-scripts
961+
// https://github.com/ttodua/useful-php-scripts
962962
class ModifiedFlxZipArchive extends ZipArchive {
963963
public function addDirDoo($location, $name, $prohib_filenames = array()) {
964964
if (!file_exists($location)) {
@@ -1026,7 +1026,7 @@ public function FoldeerAdd($new_zip_filename1, $foldernameee1, $prohib_filenames
10261026

10271027

10281028
// ====================================================== DataBase BACKUP/RESTORE ====================================== //
1029-
// https://github.com/tazotodua/useful-php-scripts
1029+
// https://github.com/ttodua/useful-php-scripts
10301030
function EXPORT_TABLES($host, $user, $pass, $name, $tables = false, $backup_name = false) {
10311031
$mysqli = new mysqli($host, $user, $pass, $name);
10321032
$mysqli->select_db($name);
@@ -1082,7 +1082,7 @@ function EXPORT_TABLES($host, $user, $pass, $name, $tables = false, $backup_name
10821082
exit;
10831083
}
10841084

1085-
//https://github.com/tazotodua/useful-php-scripts
1085+
//https://github.com/ttodua/useful-php-scripts
10861086
function IMPORT_TABLES($host, $user, $pass, $dbname, $sql_file) {
10871087
if (!file_exists($sql_file)) {
10881088
die('Input the SQL filename correctly! Go Back.');
@@ -1223,8 +1223,8 @@ function export_import_db(actionname, importedElement) {
12231223
}
12241224

12251225

1226-
//======== LIVE <FORM> creation ========== https://github.com/tazotodua/useful-javascript/
1227-
//source: https://github.com/tazotodua/useful-javascript
1226+
//======== LIVE <FORM> creation ========== https://github.com/ttodua/useful-javascript/
1227+
//source: https://github.com/ttodua/useful-javascript
12281228
function postForm(params, ConfirmMessage, path, method, targett) {
12291229
if (typeof ConfirmMessage != 'undefined' && ConfirmMessage) {
12301230
if (!confirm(ConfirmMessage)) {
@@ -1288,7 +1288,7 @@ class="fs">size</span><span id="fileop">file operations</span>
12881288
} ?>
12891289
<div style="float:right;">
12901290
<br/>(FILEMANAGER Standalone PHP version can be downloaded from <a
1291-
href="https://github.com/tazotodua/useful-php-scripts/" target="_blank">here</a>. )
1291+
href="https://github.com/ttodua/useful-php-scripts/" target="_blank">here</a>. )
12921292
<p><?php echo $footer; ?></p>
12931293
</div>
12941294
<?php //if (PASSWORD__WFMB == 'auth') echo '<script type="text/javascript">alert("please,change your password");</script>'; ?>

0 commit comments

Comments
 (0)