Skip to content

Commit

Permalink
Release 2.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 11, 2012
1 parent 3cf64f1 commit 4506452
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 46 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please check out the /docs directory for further information.
2 changes: 1 addition & 1 deletion application/controllers/InstallerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private function stepLicense()
*/
public function stepViewLicense()
{
$filename = dirname(BASEPATH) . '/COPYING';
$filename = dirname(BASEPATH) . '/docs/COPYING';
header('Content-Type: text/plain;');
readfile($filename);
exit;
Expand Down
4 changes: 4 additions & 0 deletions docs/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Do not remove this file. With a correct apache configuration
# this file should prevent snooping on your LimeSurvey version by
# reading the release_notes.txt
deny from all
File renamed without changes.
10 changes: 0 additions & 10 deletions INSTALL → docs/install.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
Supported platforms
===================

LimeSurvey has been reported to run under the following operating
systems:

Unix:
Fedora


Installation
============

Expand Down
File renamed without changes.
173 changes: 138 additions & 35 deletions docs/release_notes.txt

Large diffs are not rendered by default.

0 comments on commit 4506452

Please sign in to comment.