Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Sep 15, 2023
1 parent 129ee8f commit 4c31516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 2 additions & 3 deletions mu-plugins/revslider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
*
* revslider/revslider_admin.php:389
*
* case "update_plugin":
*
* // self::updatePlugin(self::DEFAULT_VIEW);
* case "update_plugin":
* // self::updatePlugin(self::DEFAULT_VIEW);
*
* Patched in version 4.2
*/
Expand Down
6 changes: 1 addition & 5 deletions wp-config/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
/** Shared hosting shortcomings. */

// // User home directory: absolute path without trailing slash.
// if (empty($_SERVER['HOME'])) {
// define('_HOME_DIR', realpath(getenv('HOME')));
// } else {
// define('_HOME_DIR', realpath($_SERVER['HOME']));
// }
// define('_HOME_DIR', realpath(empty($_SERVER['HOME']) ? getenv('HOME') : $_SERVER['HOME']));
//
// // Upload-temp and session directory.
// ini_set('upload_tmp_dir', _HOME_DIR . '/tmp');
Expand Down

0 comments on commit 4c31516

Please sign in to comment.