Skip to content

Commit

Permalink
update - test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasXPX committed Jul 2, 2017
1 parent 2a5ad92 commit 7070f86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
wiki/*
bower_components/*
compare.html
5 changes: 5 additions & 0 deletions managers/chat.php
@@ -0,0 +1,5 @@
<?php
$_CONFIG['datadir'] = '';
$data = exec("cd " . $_CONFIG['datadir'] . " & grep -i '\[G\].*'");
echo $data;
?>

0 comments on commit 7070f86

Please sign in to comment.