update v1.0.5

This commit is contained in:
sujitprasad
2016-01-25 20:45:35 +05:30
parent 0b8ebb9c70
commit e7149e34e4
252 changed files with 9008 additions and 3152 deletions

View File

@@ -1,9 +1,13 @@
<?php namespace App\Http\Controllers\Client\helpdesk;
// controllers
use App\Http\Controllers\Controller;
// models
use App\Model\helpdesk\Email\Emails;
// classes
use Exception;
/**
* EmailController
@@ -23,7 +27,6 @@ class OuthouseController extends Controller {
{
$port = Emails::where('id','=','1')->first();
$portvalue = $port->option_value;
return $portvalue;
}
@@ -36,7 +39,6 @@ class OuthouseController extends Controller {
{
$host=Option::where('option_name','=','host')->first();
$hostvalue=$host->option_value;
return $hostvalue;
}