diff options
-rwxr-xr-x | test.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test.php b/test.php deleted file mode 100755 index 6c75526..0000000 --- a/test.php +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env php -<?php - require "main.php"; - $g = new gimsisextClient(); - $g->setusername("anton.sijanec"); - $g->setpassword("A4l200stirig"); - var_dump($g->fetchurnik()); -?> |