summaryrefslogtreecommitdiffstats
path: root/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'test.php')
-rwxr-xr-xtest.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.php b/test.php
new file mode 100755
index 0000000..6c75526
--- /dev/null
+++ b/test.php
@@ -0,0 +1,8 @@
+#!/usr/bin/env php
+<?php
+ require "main.php";
+ $g = new gimsisextClient();
+ $g->setusername("anton.sijanec");
+ $g->setpassword("A4l200stirig");
+ var_dump($g->fetchurnik());
+?>