Remove build settings from packs.

This commit is contained in:
Dane Everitt 2017-01-27 16:21:25 -05:00
parent 4a6d62fded
commit 9087feec4f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 1 additions and 167 deletions

View file

@ -183,14 +183,6 @@ class PackController extends Controller
'description' => $pack->dscription,
'selectable' => (bool) $pack->selectable,
'visible' => (bool) $pack->visible,
'build' => [
'memory' => $pack->build_memory,
'swap' => $pack->build_swap,
'cpu' => $pack->build_cpu,
'io' => $pack->build_io,
'container' => $pack->build_container,
'script' => $pack->build_script,
],
];
$filename = tempnam(sys_get_temp_dir(), 'pterodactyl_');