Plugin Directory

Changeset 727128


Ignore:
Timestamp:
06/16/2013 02:12:04 PM (13 years ago)
Author:
Webster.K
Message:

Oprava 1.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kalendar-cz/trunk/kalendar_cz.php

    r727127 r727128  
    6363        mysql_query("INSERT INTO ".$wpdb->prefix."plugin_websters_kalendar (cislo,typ,zobrazit, hodnota) VALUES ('0', 'centrovani', '0','left')");
    6464    }   
    65     kalendar_cz_stats();
     65
    6666}
    6767
     
    321321}
    322322
    323 function kalendar_cz_stats(){
    324 $adresa_serveru = $_SERVER['SERVER_NAME'];
    325 $verze_pluginu = "1.3.3";
    326 $datum_instalace = time();
    327 
    328 file_get_contents('http://www.data.phgame.cz/stats/kalendar-cz/send.php?server=' . $adresa_serveru . '&verze=' . $verze_pluginu . '&instalace=' . $datum_instalace . '');
    329 }
     323
    330324
    331325function widget_kalendar_cz($args) {
Note: See TracChangeset for help on using the changeset viewer.