Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
popup-bu...
/
com
/
classes
/
popups
•
File:
PopupData.php
•
Content:
<?php namespace sgpb; class PopupData { private static $popupData = array(); private function __construct() { } public static function getPopupDataById($popupId, $saveMode = '') { if (!isset(self::$popupData[$popupId])) { self::$popupData[$popupId] = SGPopup::getSavedData($popupId, $saveMode); } return self::$popupData[$popupId]; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List