Browse Source

Renamed old test file

Yannick Warnier 14 years ago
parent
commit
55bc4869ca
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tests/chamilotest.php

+ 6 - 0
tests/chamilotest.php

@@ -0,0 +1,6 @@
+<?php require_once('../main/inc/global.inc.php');
+
+var_dump(api_is_windows_os());
+
+//echo (api_is_windows_os()?'true':'false');
+?>