Subversion Repositories SvarDOS

Rev

Rev 1228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1228 Rev 1231
Line 21... Line 21...
21
 
21
 
22
$SEARCH_API_URL = 'https://www.googleapis.com/customsearch/v1/siterestrict?key=AIzaSyCxLEZe7_LdeOBtPzs4LEbwXmr1bGERfDE&cx=8928515a857418bb5&q=';
22
$SEARCH_API_URL = 'https://www.googleapis.com/customsearch/v1/siterestrict?key=AIzaSyCxLEZe7_LdeOBtPzs4LEbwXmr1bGERfDE&cx=8928515a857418bb5&q=';
23
 
23
 
24
$RSS_TITLE = 'SvarDOS community forum';
24
$RSS_TITLE = 'SvarDOS community forum';
25
 
25
 
26
function selfurl($params = '') {
-
 
27
  $r = 'http://svardos.org/?p=forum';
26
$SELFURL = 'http://svardos.org/?p=forum';
28
  if (!empty($params)) $r .= '&' . $params;
-
 
29
  return($r);
-
 
30
}
-
 
31
 
-
 
32
 
27
 
33
?>
28
?>