From 9b67b8b8e6559d78a3a00fe086879b5e428b4cda Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sun, 04 Nov 2012 17:32:42 +0000 Subject: [PATCH] Poprawka błędu dotyczącego użycia BotSession - niepoprawne ustawianie nazwy klasy (bez pośrednictwa metody setClass()). --- BUILD | 22 ++++++++++------------ 1 files changed, 10 insertions(+), 12 deletions(-) diff --git a/BUILD b/BUILD index dcb601c..0a98595 100644 --- a/BUILD +++ b/BUILD @@ -5,23 +5,21 @@ # GIT REMOVEGLOB /.git/* REMOVEDIR /.git - -# TEST -REMOVEGLOB /test/* -REMOVEDIR /test - -# Moje ustawienia -REPLACEBETWEEN /class/config.php "'numer' => '" ' "" -REPLACEBETWEEN /class/config.php "'login' => '" ' "" -REPLACEBETWEEN /class/config.php "'haslo' => '" ' "" -REPLACEBETWEEN /class/config.php "'user' => '" ' "" -REPLACEBETWEEN /class/config.php "'pass' => '" ' "" -REPLACEBETWEEN /class/config.php "'key' => '" ' "" +REMOVE /cache/.emptydir +REMOVE /data/humor/archiwum/.emptydir +REMOVE /data/kurs/archiwum/.emptydir +REMOVE /data/lotto/archiwum/.emptydir +REMOVE /data/pogoda/.emptydir +REMOVE /data/tv/cache/.emptydir +REMOVE /database/.emptydir # Informacje o autorze HEADER /BotGG.php "<?php" HEADER HEADER /BotIMI.php "<?php" HEADER HEADER /BotHTTP.php "<?php" HEADER +HEADER /newsletter.php "<?php" HEADER +HEADER /setStatus.php "<?php" HEADER +HEADER /test.php "<?php" HEADER HEADER /class/*.php "<?php" HEADER HEADER /data/update*.php "<?php" HEADER HEADER /data/*/parse.php "<?php" HEADER -- Gitblit v1.9.1