관리-도구
편집 파일: OrderbeforeController.php
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; class OrderbeforeController extends Controller { public function __construct() { } public function getAs($id = null) { if (isset($_GET['calc'])) { if ($_GET['calc'] == 'true') { return redirect('/?calc=true'); } } } }