Changeset 1483
- Timestamp:
- 09/23/09 17:25:51 (14 years ago)
- Location:
- plugins/disclaimer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/disclaimer/_define.php
r1460 r1483 17 17 /* Description*/ "Add a disclaimer to your blog entrance", 18 18 /* Author */ "JC Denis", 19 /* Version */ '0. 3',19 /* Version */ '0.4', 20 20 /* Permissions */ 'admin' 21 21 ); 22 /* date */ #200909 1622 /* date */ #20090923 23 23 ?> -
plugins/disclaimer/_public.php
r1460 r1483 43 43 if ($args == 'disclaimer.css') { 44 44 self::serveDocument('disclaimer.css','text/css',false); 45 exit;46 45 } 47 46 return; … … 49 48 50 49 # Add CSS for disclaimer 51 public static function publicHeadContent($ args)50 public static function publicHeadContent($core) 52 51 { 53 52 echo "<style type=\"text/css\">\n@import url(". … … 123 122 124 123 http::redirect($redir); 125 exit;126 124 } 127 125 // Check if user say yes before … … 147 145 $session->destroy(); 148 146 self::serveDocument('disclaimer.html','text/html',false); 149 exit;150 147 } 151 148 return; -
plugins/disclaimer/release.txt
r1460 r1483 1 0.4 20090923 2 * Fixed DC 2.1.6 URL handlers ending 3 1 4 0.3 20090915 2 5 * Fixed search engine indexing
Note: See TracChangeset
for help on using the changeset viewer.