Changeset 67
- Timestamp:
- Apr 4, 2008, 12:36:33 PM (17 years ago)
- Location:
- www
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
www/config.sample.php
r65 r67 25 25 'DaysAgo' => 30, 26 26 'Count' => 5, 27 ), ), 27 ), 28 ), 28 29 ); 29 30 -
www/database.php
r50 r67 35 35 $Values = substr($Values, 1); 36 36 $this->LastQuery = 'INSERT INTO `'.$this->Prefix.$Table.'` ('.$Name.') VALUES('.$Values.')'; 37 $this->query($this->LastQuery); 37 $this->query($this->LastQuery); 38 38 } 39 39 -
www/network.php
r22 r67 67 67 <table style="font-size: small;" border="1" cellspacing="0" cellpadding="3"> 68 68 <tr><th>Kanál</th><th>Zařízení</th></tr> 69 <tr><td>1</td><td>AP-RUDO, AP-HAJDIKOVI </td></tr>69 <tr><td>1</td><td>AP-RUDO, AP-HAJDIKOVI, ptp-markytan - ptp-happy</td></tr> 70 70 <tr><td>2</td><td>AP-JANICATA</td></tr> 71 71 <tr><td>3</td><td>AP-MARKYTAN, ap-zvonicek</td></tr> 72 72 <tr><td>4</td><td> </td></tr> 73 73 <tr><td>5</td><td>AP-MARON</td></tr> 74 <tr><td>6</td><td>AP-SKARPA2 , ptp-markytan, ptp-happy</td></tr>74 <tr><td>6</td><td>AP-SKARPA2</td></tr> 75 75 <tr><td>7</td><td> </td></tr> 76 76 <tr><td>8</td><td>ap-hajda</td></tr> -
www/style.php
r50 r67 41 41 'index.php' => 'Rozpis mší', 42 42 ), 43 43 'finance' => array('Finance', 44 44 'index.php' => '', 45 45 'spotreba.php' => 'Spotřeba', 46 'zivnost.php' => 'Daňová evidence', 46 47 'prepocet.php' => 'Přepočet financí', 47 48 'changes.php' => 'Změny', … … 52 53 'strom.php' => 'Strom zařízení', 53 54 'srovnani.php' => 'Porovnání tarifů s konkurencí', 54 'bills.php' => 'Faktury', 55 'bills_manage.php' => 'Faktury', 56 'monthly_overall.php' => 'Měsíční přehledy', 55 57 'faktury' => array('', 56 58 'index.php' => 'Faktury za internet',
Note:
See TracChangeset
for help on using the changeset viewer.