I hereby claim:
- I am merk on github.
- I am merk (https://keybase.io/merk) on keybase.
- I have a public key whose fingerprint is F4E4 2234 7410 47A2 4D93 1FC3 4D1E 3CE7 61C8 C2C6
To claim this, I am signing this object:
import React from 'react'; | |
import { Provider } from 'react-redux'; | |
import { Router, Route } from 'react-router'; | |
import { reduxRouteComponent } from 'redux-react-router'; | |
import { checkAuthentication } from '../actions/AuthActions.js'; | |
import Root from './Layout/Root'; | |
import Dashboard from './Dashboard'; |
# Added to the end of fastcgi_params | |
fastcgi_buffer_size 128k; | |
fastcgi_buffers 4 256k; | |
fastcgi_busy_buffers_size 256k; |
<?php | |
/** | |
* This file is part of the Infinite SSO project. | |
* | |
* (c) Infinite Networks Pty Ltd <http://www.infinite.net.au> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
<?php | |
/** | |
* This file is part of the Infinite SSO project. | |
* | |
* (c) Infinite Networks Pty Ltd <http://www.infinite.net.au> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* This file is part of the X project. | |
* | |
* (c) Infinite Networks Pty Ltd <http://www.infinite.net.au> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
<?php | |
/** | |
* This file is part of the Infinite CommonBundle project. | |
* | |
* (c) Infinite Networks Pty Ltd <http://www.infinite.net.au> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
<?php | |
use Symfony\Component\HttpKernel\Kernel; | |
use Symfony\Component\Config\Loader\LoaderInterface; | |
class AppKernel extends Kernel | |
{ | |
// .... | |
protected function getKernelParameters() |
<?php | |
/** | |
* This file is part of the Infinite Helper library | |
* | |
* (c) Infinite Networks Pty Ltd <http://www.infinite.net.au> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
<?php | |
/** | |
* This file is part of the Infinite Helper Library | |
* | |
* (c) Infinite Networks Pty Ltd <http://www.infinite.net.au> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |