diff options
author | xue <> | 2006-01-18 02:52:10 +0000 |
---|---|---|
committer | xue <> | 2006-01-18 02:52:10 +0000 |
commit | c95e5b62084b49ae7b51e5b6848327e82ac15c87 (patch) | |
tree | fa3aea2b1175b390eefb6a0be9728bc79c2fd7ec /.gitattributes | |
parent | e4fee00917f01b9c1358ac87d1929324141f90bd (diff) |
Added entry scripts to demos to make use of pradolite.php.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 0c5aa5cc..763dd129 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto !eol demos/composer/index.php -text +demos/composer/index2.php -text demos/composer/protected/pages/ClassDefinition.php -text demos/composer/protected/pages/Home.page -text demos/composer/protected/pages/Home.php -text @@ -19,6 +20,7 @@ demos/personal/themes/BlueTheme/buttons.skin -text demos/personal/themes/BlueTheme/icon_profile.gif -text demos/personal/themes/BlueTheme/labels.skin -text demos/quickstart/index.php -text +demos/quickstart/index2.php -text demos/quickstart/protected/.htaccess -text demos/quickstart/protected/application.xml -text demos/quickstart/protected/controls/Layout.php -text |