This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: c/weather.current.js | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- c/weather.current.js (revision 0f15c773e5d7d29b7400860ad2aba209ef0a2898) | |
| +++ c/weather.current.js (revision ) | |
| @@ -62,10 +62,10 @@ | |
| var cur = '<div class="curweather_img"><img src="template/' + loader.template + '/i' + resolution_prefix + '/' + this.current.pict + '"/></div>'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Exchange rate | |
| * | |
| * @package stalker_portal | |
| * @author [email protected] | |
| */ | |
| class Course | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| include "../common.php"; | |
| if (empty($_REQUEST['mac']) || empty($_REQUEST['tariff_id']) || empty($_REQUEST['package_id'])){ | |
| echo '{"status":"ERROR","results":false,"error":"mac and tariff_id required"}'; | |
| exit; | |
| } | |
| //$mac = $_REQUEST['mac']; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| include "../common.php"; | |
| if (empty($_REQUEST['mac']) || empty($_REQUEST['tariff_id']) || empty($_REQUEST['package_id'])){ | |
| echo '{"status":"ERROR","results":false,"error":"mac and tariff_id required"}'; | |
| exit; | |
| } | |
| //$mac = $_REQUEST['mac']; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: c/tv.js | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- c/tv.js (revision 30037ac84237b815bc382726a9809625e1cdd7af) | |
| +++ c/tv.js (revision ) | |
| @@ -380,8 +380,7 @@ | |
| return; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: server/lib/stb.class.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- server/lib/stb.class.php (revision 122b15b5b3f603a8a0cbcd19f63f2a61d99f90e0) | |
| +++ server/lib/stb.class.php (revision ) | |
| @@ -1115,11 +1115,11 @@ | |
| $video = $this->db->from('video')->where(array('rtsp_url' => $param, 'protocol' => 'custom'))->get()->first(); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: server/lib/stb.class.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- server/lib/stb.class.php (revision fdf2e501d81c6959e9dc589fa0b45023f75a1b1e) | |
| +++ server/lib/stb.class.php (revision ) | |
| @@ -724,6 +724,9 @@ | |
| $profile['tv_channel_default_aspect'] = Config::getSafe('tv_channel_default_aspect', 'fit'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require "StalkerSoapClient.php"; | |
| $client = new StalkerSoapClient(); | |
| $info = $client->GetAccountInfo(array('stb_mac' => '00:1A:79:01:01:01', 'login' => '1')); | |
| var_dump($info); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: server/lib/epg.class.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- server/lib/epg.class.php (revision 08772adb8e4997da0e6318585b78e2252e6c609c) | |
| +++ server/lib/epg.class.php (revision ) | |
| @@ -351,16 +351,6 @@ | |
| if (!array_key_exists($date, $this->cleaned_epg[$itv_id]) || $this->cleaned_epg[$itv_id][$date] > $real_date){ | |
| $this->cleaned_epg[$itv_id] = array($date => $real_date); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: server/lib/course.class.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- server/lib/course.class.php (date 1397743696000) | |
| +++ server/lib/course.class.php (revision ) | |
| @@ -10,7 +10,7 @@ | |
| { | |
| public $db; |