Changeset 577 for trunk/Modules
- Timestamp:
- Oct 3, 2013, 11:38:10 PM (12 years ago)
- Location:
- trunk/Modules
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Chat/irc_bot.php
r548 r577 1 1 <?php 2 2 3 include_once('../ Common/Global.php');3 include_once('../../Common/Global.php'); 4 4 5 5 class IRCBot -
trunk/Modules/Finance/Manage.php
r562 r577 193 193 { 194 194 unset($Service['Id']); 195 unset($Ser ivce['ReplaceId']);196 unset($Ser ivce['Action']);195 unset($Service['ReplaceId']); 196 unset($Service['Action']); 197 197 $this->Database->insert($Table, $Service); 198 198 } else -
trunk/Modules/NetworkTopology/topologie2.php
r548 r577 1 1 <?php 2 3 include('global.php');4 2 5 3 class NetworkHostTopology -
trunk/Modules/System/System.php
r548 r577 96 96 return($Output); 97 97 } 98 } 99 98 } 100 99 101 100 class ModuleSystem extends AppModule -
trunk/Modules/TV/tkr.php
r548 r577 1 1 <?php 2 3 include_once('../Common/Global.php');4 2 5 3 class CableTVChennelListPage extends Page -
trunk/Modules/TimeMeasure/Main.php
r569 r577 1 1 <?php 2 2 3 class MainPage extends Page3 class PageMeasure extends Page 4 4 { 5 5 var $Months = array('', 'Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec'); … … 98 98 $Debug = 0; 99 99 100 foreach($this-> Config['Application']['DefaultVariables'] as $Index => $Variable)100 foreach($this->System->Config['Application']['DefaultVariables'] as $Index => $Variable) 101 101 { 102 102 if(!array_key_exists($Index, $_SESSION)) $_SESSION[$Index] = $Variable; -
trunk/Modules/WebCam/WebCam.php
r548 r577 12 12 { 13 13 $Output = '<script language="JavaScript"> 14 var ImageURL = "'.$ Config['Web']['RootFolder'].'/webcam/'.$this->System->Modules['Webcam']->ImageFileName.'";14 var ImageURL = "'.$this->System->Config['Web']['RootFolder'].'/webcam/'.$this->System->Modules['Webcam']->ImageFileName.'"; 15 15 16 16 // Force an immediate image load
Note:
See TracChangeset
for help on using the changeset viewer.