Changeset 438 for trunk/chat
- Timestamp:
- Oct 13, 2012, 1:24:58 PM (12 years ago)
- Location:
- trunk/chat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/chat/history.php
r150 r438 1 1 <?php 2 2 3 include_once('../global.php'); 4 3 include_once('../Common/Global.php'); 5 4 6 5 class ChatHistory extends Page -
trunk/chat/irc_bot.php
r150 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 class IRCBot
Note:
See TracChangeset
for help on using the changeset viewer.