uawdijnntqw1x1x1
IP : 216.73.217.31
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
.
/
libraries
/
quix
/
src
/
Config
/
.
/
.
/
Validator.php
/
/
<?php namespace ThemeXpert\Config; use ThemeXpert\Config\Contracts\ValidatorInterface; class Validator implements ValidatorInterface { /** * Validate configuration file. * * @param $config * @param $file */ public function validate($config, $file) { $name = array_get($config, 'name'); $slug = array_get($config, 'slug'); if (!$name) { xception("element `name` is not defined in `{$file}`"); } if (!$slug) { xception("element `slug` is not defined in `{$file}`"); } } }
/home/pteabiscqq/www/./libraries/quix/src/Config/././Validator.php