Skip to content

Commit

Permalink
Update Simple-File-Manager-Browser.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ttodua authored Jan 22, 2020
1 parent 34340ac commit c6cc182
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Simple-File-Manager-Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ function downld($zip_name) {


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


// ====================================================== DataBase BACKUP/RESTORE ====================================== //
// https://github.com/tazotodua/useful-php-scripts
// https://github.com/ttodua/useful-php-scripts
function EXPORT_TABLES($host, $user, $pass, $name, $tables = false, $backup_name = false) {
$mysqli = new mysqli($host, $user, $pass, $name);
$mysqli->select_db($name);
Expand Down Expand Up @@ -1082,7 +1082,7 @@ function EXPORT_TABLES($host, $user, $pass, $name, $tables = false, $backup_name
exit;
}

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


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

0 comments on commit c6cc182

Please sign in to comment.