Commit 5dea7450 authored by Frank Bergmann's avatar Frank Bergmann

- added empty files for testing

parent 63cb517a
<master src="/packages/intranet-core/www/po-master">
<property name="title">@page_title;noquote@</property>
<property name="admin_navbar_label">admin_home</property>
<property name="extra_footer_stuff_before_end_body">asdf asdf asdf asdf</property>
<h1>@page_title@</h1>
<li>url = <%= [ns_conn url] %>
<li>Host = <%= [ns_set get [ns_conn headers] "Host"] %>
<pre>
@debug;noquote@
</pre>
# /packages/intranet-core/www/admin/empty.tcl
#
# Copyright (C) 1998-2004 various parties
# The code is based on ArsDigita ACS 3.4
#
# This program is free software. You can redistribute it
# and/or modify it under the terms of the GNU General
# Public License as published by the Free Software Foundation;
# either version 2 of the License, or (at your option)
# any later version. This program is distributed in the
# hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
ad_page_contract {
List all projects with dimensional sliders.
@author frank.bergmann@project-open.com
} {
}
# ---------------------------------------------------------------
# Security & Defaults
# ---------------------------------------------------------------
set user_id [ad_maybe_redirect_for_registration]
set page_title "Empty"
set headers [ns_conn headers]
foreach var [ad_ns_set_keys $headers] {
set value [ns_set get $headers $var]
append debug "cookie: $var = $value\n"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment