Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
f31bf1c8
Commit
f31bf1c8
authored
Sep 08, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
fixed merge conflicts.
parents
abc1fad6
174d50c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
changelog.md
+8
-0
public/index.php
+1
-2
No files found.
changelog.md
View file @
f31bf1c8
# Laravel Change Log
# Laravel Change Log
## Version 1.5.8
-
Fixed bug in form class that prevent name attributes from being set properly.
### Upgrading from 1.5.7
-
Replace
**system**
directory.
## Version 1.5.7
## Version 1.5.7
-
Fixed bug that prevented view composers from being called for module named views.
-
Fixed bug that prevented view composers from being called for module named views.
...
...
public/index.php
View file @
f31bf1c8
...
@@ -45,4 +45,4 @@ $public = __DIR__;
...
@@ -45,4 +45,4 @@ $public = __DIR__;
*/
*/
require
$laravel
.
'/laravel.php'
;
require
$laravel
.
'/laravel.php'
;
echo
(
microtime
(
true
)
-
START_TIME
)
*
1000
;
echo
(
microtime
(
true
)
-
START_TIME
)
*
1000
;
\ No newline at end of file
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