1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-11 19:29:51 +01:00

Add version number

This commit is contained in:
moodler 2004-08-12 12:36:32 +00:00
parent e7d27884a8
commit 5dbd0dfc0a

@ -1,9 +1,7 @@
#!./php -q
<?php
echo "Moodle chat daemon v1.0\n\n";
echo "Moodle chat daemon v1.0 ($Id$)\n\n";
/// Set up all the variables we need /////////////////////////////////////