diff --git a/members/index.php b/members/index.php index a2ec369..8af3cc3 100644 --- a/members/index.php +++ b/members/index.php @@ -1,67 +1,67 @@ - - -' . - '
' . $desc . '
' . - '
' . $longdesc . '
' . - ''; - } -?> -

Welcome to Developer Central!

- -

This is the area for developers to post news, edit your user information, -and so on. Members with Admin-level access can modify news items and post -State of the Code items here as well. - -

- - - - - - - - - - - - - - - - - - News [ Add | Edit | Delete ]
- SotC [ Add | Edit | Delete ]
- User [ Add | Edit | Delete ]
- - - - - - - - + + +' . + '

' . $desc . '
' . + '
' . $longdesc . '
' . + ''; + } +?> +

Welcome to Developer Central!

+ +

This is the area for developers to post news, edit your user information, +and so on. Members with Admin-level access can modify news items and post +State of the Code items here as well. + +

+ + + + + + + + + + + + + + + + + + News [ Add | Edit | Delete ]
+ SotC [ Add | Edit | Delete ]
+ User [ Add | Edit | Delete ]
+ + + + + + + + diff --git a/search.php b/search.php index ef5f26e..be6b641 100644 --- a/search.php +++ b/search.php @@ -8,6 +8,8 @@ $focused = "none"; // Dock icon name to gets a border require("parts/preamble.php"); // Load most of document // Start actual search + $lib = dblist(); + echo "

Using dbm library '$lib'"; $dbm = dbmopen("siteindex.db","r"); if (dbmexists($dbm, $string)) { $parseMe = dbmfetch($dbm, $string);