TiddlyWiki.org

Changeset 3966

Show
Ignore:
Timestamp:
14/03/08 11:19:53 (6 months ago)
Author:
simonmcmanus
Message:

please login link now works

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Tags/association/serversides/cctiddly/1.5.1/index.php

    r3907 r3966  
    5555 
    5656$data1['time'] = date( 'Y-m-d H:i:s', mktime()); 
    57 db_record_insert($tiddlyCfg['table']['workspace_view'],$data1); 
    58  
    59  
    60                  
    61 ?> 
    62  
     57db_record_insert($tiddlyCfg['table']['workspace_view'],$data1);  
     58?> 
    6359<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    6460<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    6561<?php 
    66        $scheme = 'http'; 
    67        if (isset($_SERVER['HTTPS']) and $_SERVER['HTTPS'] == 'on') { 
    68 $scheme .= 's'; 
     62$scheme = 'http'; 
     63if (isset($_SERVER['HTTPS']) and $_SERVER['HTTPS'] == 'on') { 
     64       $scheme .= 's'; 
    6965} 
    7066?> 
  • Tags/association/serversides/cctiddly/1.5.1/tiddlers/ccLogin.php

    r3702 r3966  
    135135 
    136136                } else { 
    137                                 var str = wikify(&quot;[[Please Login  ]]&quot;, wrapper); 
     137                                var str = wikify(&quot;[[Please Login]]&quot;, wrapper); 
    138138                                 
    139139                } 
     
    359359</pre> 
    360360</div> 
    361 <div title="Please Login" modifier="ccTiddly"> 
    362 <pre> 
    363 &lt;&lt;ccLogin&gt;&gt; 
    364 </pre> 
    365 </div>