replaced <? with <?php (lighttp needs)
authorniekt0 <niekt0@kyberia.cz>
Wed, 8 Dec 2010 01:34:45 +0000 (02:34 +0100)
committerniekt0 <niekt0@kyberia.cz>
Wed, 8 Dec 2010 01:34:45 +0000 (02:34 +0100)
trash/ldap.inc [moved from wwwroot/inc/ldap.inc with 100% similarity]
wwwroot/backend/mysql/backend.inc
wwwroot/backend/psql/backend.inc
wwwroot/inc/eventz/destroy_synapse.inc
wwwroot/inc/eventz/get_templates.inc
wwwroot/inc/eventz/set_time_lock.inc
wwwroot/inc/eventz/spamuj_ubik.inc
wwwroot/inc/eventz/unset_time_lock.inc
wwwroot/inc/smarty/node_methodz/function.get_banner.php
wwwroot/inc/smarty/node_methodz/function.get_nodes_by_external_link.php

similarity index 100%
rename from wwwroot/inc/ldap.inc
rename to trash/ldap.inc
index cca3d709f5212addeb1904cb3980c98fce234318..b995430778dc381e8e940ef75e944a3b5a6cb727 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 global $node,$db,$error;
 // All mysql code should go here
index c7417b2ca5df07bdeae79e6d4ba89623e8fa9f32..342cd4ae32a18eb9082f5e5598fe55afad005ed7 100644 (file)
@@ -1,3 +1,3 @@
-<?
+<?php
 // All psql code should go here
 ?>
index f1e66db3de99cffe694e67e3c81d90fc32eca22c..cf752bad368d9e0905ee46820a3818cff267376d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 function destroy_synapse() {
 global $error_messages,$db,$node,$error;
 
index 391bf75e4650a6efcf3654d30124e1422a67379c..75bd82532a1012b9a2d5e6b5d40b0ff21616394c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 function get_templates() {
 $sql = "select * from `nodes` where `external_link` LIKE 'template://%'";
 $q = mysql_query($sql);
index b2af1d9c7c05efcbeb0fa7d2b4d2292f0cde6298..4fc6ffda64e42ec734eb5128ad0cddd6c60077a8 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 function set_time_lock(){
 global $db,$error;
 $user_id = $_SESSION['user_id'];
index d235761920a4d7ffb7e346b219c6345287dc4327..7c40e0a6d28a00e9b04da50ec9d50df7b6883bfa 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 function spamuj_ubik() {
 global $db,$node,$error;
 
index 8eb080e8dfdfab5d596d8fa1de7698db674ea04a..5ba4036057b68f79bfaa0ef0fd0d0bd73e6249d3 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 function unset_time_lock(){
 global $db,$error;
 $user_id = $_SESSION['user_id'];
@@ -22,4 +22,4 @@ $nick=mysql_real_escape_string($exploded[0]);
 $error="ok. tvoj timelock bol zruseny.";
 return false;
 }
-?>
\ No newline at end of file
+?>
index f396f34488f0edde36393a24e9cd9ef8bbe949a3..189aaac60ef49f40f7f1f9a488a2d9e73412941c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
        function smarty_function_get_banner(&$smarty) {
                $banners_directory = $_SERVER['DOCUMENT_ROOT']."/banners/";
 
index 0c31e7c95d3ed08c268cea06138867599a0b82e7..008f031fb8c2087c1cdaf9ec78b6579d038bc109 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 function smarty_function_get_nodes_by_external_link($params,&$smarty) {
 
 if ($params['orderby']=='desc') $orderby="desc"; else $orderby="asc";
@@ -19,4 +19,4 @@ $set=$db->query($q);
 while ($set->next()) $pole[]=$set->getRecord();
 $smarty->assign('get_nodes_by_external_link',$pole);
 }
-?>
\ No newline at end of file
+?>
This page took 0.190055 seconds and 4 git commands to generate.