diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-02 14:31:59 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-02 14:31:59 -0800 |
commit | 28597ba53354537704899e7ad9eb39bbd5718b21 (patch) | |
tree | 45de0d70d0b80e98bdab62de5b05d5d66bc4bc5f /modules/rest/helpers/rest.php | |
parent | bff7b393ec763c50f9fe66fef16150bcaa55dac3 (diff) |
Correct file structure tests, Have the tests delete the userid they create so as not to impact other tests.
Diffstat (limited to 'modules/rest/helpers/rest.php')
-rw-r--r-- | modules/rest/helpers/rest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/rest/helpers/rest.php b/modules/rest/helpers/rest.php index 7e2445e4..00790e6b 100644 --- a/modules/rest/helpers/rest.php +++ b/modules/rest/helpers/rest.php @@ -1,4 +1,5 @@ -<?php defined("SYSPATH") or die("No direct script access.");/** +<?php defined("SYSPATH") or die("No direct script access."); +/** * Gallery - a web based photo album viewer and editor * Copyright (C) 2000-2009 Bharat Mediratta * |