Adding htaccess + minor updates see #190

skala
Julio Montoya 16 years ago
parent c555a50ac3
commit b709ec4fd3
  1. 1
      main/inc/ajax/.htaccess
  2. 4
      main/inc/ajax/social.ajax.php
  3. 2
      main/inc/ajax/user_manager.ajax.php

@ -0,0 +1 @@
Options -Indexes

@ -163,6 +163,10 @@ switch ($action) {
break;
case 'toogle_course':
if (api_is_anonymous()){
echo '';
break;
}
require_once api_get_path(LIBRARY_PATH).'blog.lib.php';
require_once api_get_path(SYS_CODE_PATH).'forum/forumfunction.inc.php';

@ -9,7 +9,7 @@ $action = $_GET['a'];
switch ($action) {
case 'search_tags':
if (api_is_anonymous()){
if (api_is_anonymous()) {
echo '';
break;
} else {

Loading…
Cancel
Save