Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "adldap/adldap",
"name": "cupdx/adldap",
"type": "library",
"description": "adLDAP, PHP LDAP library for manipulating Active Directory",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions examples/menu.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @mainpage Demonstration of Doxygen on the adLDAP sample project
*
* This section is basically html code to place on the first (<i>main</i>) page.
*/

session_start();
?>
<html>
Expand Down
Loading