openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c440fbffdb53ee654dcdf5286f7dfdf9c6ed0bab
parent 701bfd9545795f12095458ca504d9eb46e3c4186
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 24 Oct 2012 21:27:58 +0200

Alte Dateien entfernt.

Diffstat:
Ddoc/examples/htaccess/url-example.htaccess | 16----------------
Ddoc/examples/maintenance/make-theme-writeable.sh | 7-------
Ddoc/examples/vhost-wrapper/index.php | 21---------------------
3 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/doc/examples/htaccess/url-example.htaccess b/doc/examples/htaccess/url-example.htaccess @@ -1,16 +0,0 @@ -# $Id$ - -# For security (or coolness) reasons you are able to fake the url and -# hide that you are using PHP. Hmm. -# There is no real reason to use this, but if you want play... just play. - -RewriteEngine on -RewriteRule ([a-z]+)\,([a-z]*)\,?(\-?[0-9]*).do$ /openrat/do.php?action=$1&subaction=$2&id=$3&%{QUERY_STRING} - -# ATTENTION, this must be synchronized with your configuration. -# The above example needs a setting in 'interface.ini.php': -# ... -# [url] -# ... -# url_format= "%s,%s,%d.do" -# ... diff --git a/doc/examples/maintenance/make-theme-writeable.sh b/doc/examples/maintenance/make-theme-writeable.sh @@ -1,6 +0,0 @@ -#!/bin/bash -if [ ! -d themes/default/pages ]; then - echo "not an openrat directory. please execute this script in openrat program directory" - exit 4 -fi -find themes/default/pages |xargs chmod -v a+w -\ No newline at end of file diff --git a/doc/examples/vhost-wrapper/index.php b/doc/examples/vhost-wrapper/index.php @@ -1,20 +0,0 @@ -<?php - - -// URL of the base installation -define('OR_BASE_URL' ,'/openrat' ); - -// base installation directory -define('OR_INSTALLATION_PATH','/home/dankert/privat/public_html/cms-test/cms/'); - -// your config dir -define('OR_CONFIG','config'); - - -// do not change below here. -define('OR_EXT_CONTROLLER_FILE',basename(getenv('SCRIPT_FILENAME'))); -define('OR_EXT_CONFIG_DIR',dirname(getenv('SCRIPT_FILENAME')).'/'.OR_CONFIG.'/'); -chdir(OR_INSTALLATION_PATH); -require('do.php'); - -?> -\ No newline at end of file