cvs: embed-web / .htaccess style.css
[email protected] ("Benjamin Schulz") Thu, 10 Apr 2003 17:50:57 -0000
| Newsgroups | php.embed.cvs |
|---|---|
| Message-ID | <cvsbs1049997057@cvsserver> |
bs Thu Apr 10 13:50:57 2003 EDT
Modified files:
/embed-web style.css .htaccess
Log:
eclipse added htaccess and css as binary
Index: embed-web/.htaccess
diff -u embed-web/.htaccess:1.1 embed-web/.htaccess:1.2
--- embed-web/.htaccess:1.1 Thu Apr 10 13:27:44 2003
+++ embed-web/.htaccess Thu Apr 10 13:50:57 2003
@@ -1,5 +1,5 @@
-<Files ~ "*\.php">
- php_value auto_prepend_file inc/begin.php
- php_value auto_append_file inc/end.php
- php_value short_open_tag 0
+<Files ~ "*\.php">
+ php_value auto_prepend_file inc/begin.php
+ php_value auto_append_file inc/end.php
+ php_value short_open_tag 0
</Files>