Хранилища Subversion ant

Редакция

Редакция 160 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 160 Редакция 209
Строка 18... Строка 18...
18
 * License along with this library; if not, write to the Free Software
18
 * License along with this library; if not, write to the Free Software
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 *
20
 *
21
 */
21
 */
22
22
23
$errata = abs(intval($_GET["error"]));
23
$errata = $secure->wrapInt($_GET["error"]));
24
include dirname(__FILE__)."/lib/init.php";
24
include dirname(__FILE__)."/lib/init.php";
25
25
26
switch ($errata) {
26
switch ($errata) {
27
        case '0':
27
        case '0':
28
                $errmsg = "<p>Возникли какие-то непонятные проблемы.</p>";
28
                $errmsg = "<p>Возникли какие-то непонятные проблемы.</p>";