From c21600e85f148f41173c68d3024a4c1329b8ff58 Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 10 Mar 2008 16:12:17 +0000 Subject: Marcus Povey * Tokens and execute code added to api git-svn-id: https://code.elgg.org/elgg/trunk@140 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 09f8fd5d5..f8e422d87 100644 --- a/index.php +++ b/index.php @@ -87,7 +87,8 @@ error_log("GETTIGN SITE ".$_SESSION['id']. " " . print_r($site, true)); // get site metadata - error_log("SITE Metadata : " . print_r($site->getMetadata("Metaname"), true)); + error_log("SITE Metadata : " . print_r($site->getMetadata("Metaname"), true)); + + */ - ?> \ No newline at end of file -- cgit v1.2.3