Skip to content

Commit

Permalink
file hierachy reordering
Browse files Browse the repository at this point in the history
darcs-hash:20070619140720-6e07b-2001276d635b4578c12c90724ce6b2cd7f41e785.gz
  • Loading branch information
splitbrain committed Jun 19, 2007
1 parent cb2adba commit 64fca63
Show file tree
Hide file tree
Showing 114 changed files with 315 additions and 6,051 deletions.
11 changes: 2 additions & 9 deletions ajax.php
@@ -1,14 +1,7 @@
<? <?
require_once('init.php'); require_once('inc/init.php');
ldap_login(); ldap_login();



/*
echo '<bla><[!CDATA[';
print_r($_REQUEST);
echo ']]></bla>';
*/

$FIELD = preg_replace('/entry\[/','',$_REQUEST['field']); $FIELD = preg_replace('/entry\[/','',$_REQUEST['field']);
$FIELD = preg_replace('/\W+/','',$FIELD); $FIELD = preg_replace('/\W+/','',$FIELD);


Expand Down Expand Up @@ -46,7 +39,7 @@ function ajax_addnote($dn,$note){
ldap_modify($LDAP_CON,$dn,$entry); ldap_modify($LDAP_CON,$dn,$entry);




require_once(dirname(__FILE__).'/smarty/plugins/modifier.noteparser.php'); require_once(dirname(__FILE__).'/inc/smarty/plugins/modifier.noteparser.php');
print smarty_modifier_noteparser($note); print smarty_modifier_noteparser($note);
} }


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 0 additions & 20 deletions entries.conf

This file was deleted.

0 comments on commit 64fca63

Please sign in to comment.