root/trunk/rms-web/config.php

Revision 4570, 288 bytes (checked in by erijo, 2 years ago)

Undo r4567 since rms-web has not been replaced by licqweb.
Also fixed most of the images (they were broken) by copying them from
licqweb.

  • Property svn:eol-style set to native
Line 
1<?
2// Globals
3$errmsg = "";
4$packet = "";
5$sock = socket_create(AF_INET, SOCK_STREAM, 0);
6$allusers = 0;
7$ownerStatus = "";
8$userArray = array();
9$loggedIn = false;
10$title = "";
11$version = "0.20";
12
13// Variables
14$listrefresh=31;
15$server="192.168.0.100";
16$port=33333;
17$showonlyonline=1;
18?>
Note: See TracBrowser for help on using the browser.