summaryrefslogtreecommitdiffstats
path: root/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'test.php')
-rwxr-xr-xtest.php8
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());
-?>