@@ -958,7 +958,7 @@ function downld($zip_name) {
958
958
959
959
960
960
// ====================================================== ZIPPER ====================================== //
961
- // https://github.com/tazotodua /useful-php-scripts
961
+ // https://github.com/ttodua /useful-php-scripts
962
962
class ModifiedFlxZipArchive extends ZipArchive {
963
963
public function addDirDoo ($ location , $ name , $ prohib_filenames = array ()) {
964
964
if (!file_exists ($ location )) {
@@ -1026,7 +1026,7 @@ public function FoldeerAdd($new_zip_filename1, $foldernameee1, $prohib_filenames
1026
1026
1027
1027
1028
1028
// ====================================================== DataBase BACKUP/RESTORE ====================================== //
1029
- // https://github.com/tazotodua /useful-php-scripts
1029
+ // https://github.com/ttodua /useful-php-scripts
1030
1030
function EXPORT_TABLES ($ host , $ user , $ pass , $ name , $ tables = false , $ backup_name = false ) {
1031
1031
$ mysqli = new mysqli ($ host , $ user , $ pass , $ name );
1032
1032
$ mysqli ->select_db ($ name );
@@ -1082,7 +1082,7 @@ function EXPORT_TABLES($host, $user, $pass, $name, $tables = false, $backup_name
1082
1082
exit ;
1083
1083
}
1084
1084
1085
- //https://github.com/tazotodua /useful-php-scripts
1085
+ //https://github.com/ttodua /useful-php-scripts
1086
1086
function IMPORT_TABLES ($ host , $ user , $ pass , $ dbname , $ sql_file ) {
1087
1087
if (!file_exists ($ sql_file )) {
1088
1088
die ('Input the SQL filename correctly! Go Back. ' );
@@ -1223,8 +1223,8 @@ function export_import_db(actionname, importedElement) {
1223
1223
}
1224
1224
1225
1225
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
1228
1228
function postForm(params, ConfirmMessage, path, method, targett) {
1229
1229
if (typeof ConfirmMessage != 'undefined' && ConfirmMessage) {
1230
1230
if (!confirm(ConfirmMessage)) {
@@ -1288,7 +1288,7 @@ class="fs">size</span><span id="fileop">file operations</span>
1288
1288
} ?>
1289
1289
<div style="float:right;">
1290
1290
<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>. )
1292
1292
<p><?php echo $ footer ; ?> </p>
1293
1293
</div>
1294
1294
<?php //if (PASSWORD__WFMB == 'auth') echo '<script type="text/javascript">alert("please,change your password");</script>'; ?>
0 commit comments