Changeset 67


Ignore:
Timestamp:
Apr 4, 2008, 12:36:33 PM (16 years ago)
Author:
george
Message:

Oprava: Registrace stránky měsíčních přehledů v hlavním navigačním stromu.
Změněno: Obsazení wifi kanálů.

Location:
www
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • www/config.sample.php

    r65 r67  
    2525      'DaysAgo' => 30,
    2626      'Count' => 5,
    27     ),      ),
     27    ),     
     28  ),
    2829);
    2930
  • www/database.php

    r50 r67  
    3535    $Values = substr($Values, 1);
    3636    $this->LastQuery = 'INSERT INTO `'.$this->Prefix.$Table.'` ('.$Name.') VALUES('.$Values.')';
    37     $this->query($this->LastQuery);  
     37    $this->query($this->LastQuery);
    3838  }
    3939 
  • www/network.php

    r22 r67  
    6767<table style="font-size: small;"  border="1" cellspacing="0" cellpadding="3">
    6868<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>
    7070<tr><td>2</td><td>AP-JANICATA</td></tr>
    7171<tr><td>3</td><td>AP-MARKYTAN, ap-zvonicek</td></tr>
    7272<tr><td>4</td><td>&nbsp;</td></tr>
    7373<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>
    7575<tr><td>7</td><td>&nbsp;</td></tr>
    7676<tr><td>8</td><td>ap-hajda</td></tr>
  • www/style.php

    r50 r67  
    4141      'index.php' => 'Rozpis mší',
    4242    ),
    43      'finance' => array('Finance',
     43    'finance' => array('Finance',
    4444      'index.php' => '',
    4545      'spotreba.php' => 'Spotřeba',
     46      'zivnost.php' => 'Daňová evidence',
    4647      'prepocet.php' => 'Přepočet financí',
    4748      'changes.php' => 'Změny',
     
    5253      'strom.php' => 'Strom zařízení',
    5354      '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',
    5557      'faktury' => array('',
    5658        'index.php' => 'Faktury za internet',
Note: See TracChangeset for help on using the changeset viewer.