<?php

$static_dir = __DIR__;
$root = dirname($static_dir);
$plugin_root = $root . '/wp-content/plugins/pagespeedninja';

define('RESSIO_STATICDIR', $static_dir);
define('RESSIO_POWERED_BY', 'PageSpeed Ninja');

require $plugin_root . '/ress/fetch.php';
