Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
e334b40b
Commit
e334b40b
authored
May 20, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed doc markup
parent
c4587bdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/intro.rst
doc/intro.rst
+1
-1
doc/usage.rst
doc/usage.rst
+3
-3
No files found.
doc/intro.rst
View file @
e334b40b
...
...
@@ -20,7 +20,7 @@ Silex aims to be:
In a nutshell, you define controllers and map them to routes, all in one
step.
**Let's go!**
::
**Let's go!**::
require_once __DIR__.'/silex.phar';
...
...
doc/usage.rst
View file @
e334b40b
...
...
@@ -54,9 +54,9 @@ Alternatively, if you use Apache 2.2.16 or higher, you can use the
.. tip::
If your application is hosted behind a reverse proxy and you want Silex
t
o trust the `X-Forwarded-For*` headers, you will need to run your application
like this::
If your application is hosted behind a reverse proxy and you want Silex
to
t
rust the ``X-Forwarded-For*`` headers, you will need to run your
application
like this::
use Symfony\Component\HttpFoundation\Request;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment