diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2007-11-16 08:00:28 +0000 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2007-11-16 08:00:28 +0000 |
commit | dff154a30c36d8f50557ba9ff2640c59dcfc0ec1 (patch) | |
tree | b9edc5e9c3c26c613ebaf01db2ae580eba185b2f /app/dummy/bar-html.lsp | |
parent | 26a2689e476a48c605ac26c9b6015f8f44e0a27c (diff) | |
download | acf-core-dff154a30c36d8f50557ba9ff2640c59dcfc0ec1.tar.bz2 acf-core-dff154a30c36d8f50557ba9ff2640c59dcfc0ec1.tar.xz |
moving foo and bar to sandbox
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@315 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/dummy/bar-html.lsp')
-rw-r--r-- | app/dummy/bar-html.lsp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/dummy/bar-html.lsp b/app/dummy/bar-html.lsp deleted file mode 100644 index 708e1ad..0000000 --- a/app/dummy/bar-html.lsp +++ /dev/null @@ -1,3 +0,0 @@ -<? view = ... ?> -<h1>Action <?= view.name ?></h1> -<p>This is a null controller for menu and authorization testing.</p> |