Skip to content

Commit

Permalink
Removed htaccess variables that may cause problems & fixed locale ins…
Browse files Browse the repository at this point in the history
…taller
  • Loading branch information
ConsoleTVs committed Sep 4, 2016
1 parent 1d4717c commit c938f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
php_value memory_limit 100M
php_value post_max_size 100M
php_value upload_max_filesize 100M

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
Expand Down
4 changes: 2 additions & 2 deletions resources/views/laralum/installer/locale.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="Laralum - Laravel administration panel">
<meta name="author" content="Èrik Campobadal Forés">

{!! Laralum::include('laralum_header') !!}
{!! Laralum::includeAssets('laralum_header') !!}


<!--[if lt IE 9]>
Expand Down Expand Up @@ -56,7 +56,7 @@
</div>


{!! Laralum::include('laralum_bottom') !!}
{!! Laralum::includeAssets('laralum_bottom') !!}



Expand Down

0 comments on commit c938f13

Please sign in to comment.