Skip to content

Commit

Permalink
merge with hamid
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid committed Jan 19, 2015
2 parents ff01344 + ebe7bed commit 61aa74d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 58 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ pass: 12345
##RoadMap
We are going to develope this package every days and new idea are wellcome .
We have a [Trello](https://trello.com/b/RDZ6HdK9/framework) board for project , you can check it and send your feedback .
Fllow us [@serverfireteam](http://twitter.com/serverfireteam) .
Fllow us in twitter [@serverfireteam](http://twitter.com/serverfireteam) .


##Installtions
Note: if you face any problem in steps you please report it at [github](https://github.com/serverfireteam/panel/issues/new)
Expand Down
8 changes: 0 additions & 8 deletions nbproject/project.properties

This file was deleted.

9 changes: 0 additions & 9 deletions nbproject/project.xml

This file was deleted.

3 changes: 2 additions & 1 deletion public/css/styles.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/css/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ and open the template in the editor.
@import "plugins/timeline.css";
@import "plugins/morris.css";
@import "animate.css";

@import "login.less";

@import "rapyd-styles.css";
@import "sb-admin-2.css";
@import "font-icon/icomoon/style.css";
Expand Down
Binary file removed public/img/Thumbs.db
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Serverfireteam/Panel/PanelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot()
$this->package('serverfireteam/panel');

$base_path = base_path();
$base_path .= "\\vendor\\serverfireteam\\panel\\src\\views";
$base_path .= "/vendor/serverfireteam/panel/src/views";

\View::addLocation($base_path);
\View::addNamespace('panelViews', $base_path);
Expand Down
38 changes: 0 additions & 38 deletions src/database/migrations/2014_11_20_093003_create_tester_table.php

This file was deleted.

1 change: 1 addition & 0 deletions src/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
$message = (Session::has('message') ? Session::get('message') : 'Please Sign In');
$mesType = (Session::has('mesType') ? Session::get('mesType') : 'message');
return View::make('panelViews::login')->with('message', $message)->with('mesType', $mesType);

});


Expand Down

0 comments on commit 61aa74d

Please sign in to comment.