Skip to content

Instantly share code, notes, and snippets.

View JBlond's full-sized avatar

Mario JBlond

  • Germany
  • 07:26 (UTC +02:00)
View GitHub Profile
@JBlond
JBlond / sort_array_by_key.php
Created January 27, 2015 14:04
sort array by key
<?php
/*
Array
(
[0] => Array
(
[hashtag] => a7e87329b5eab8578f4f1098a152d6f4
[title] => Flower
[order] => 3
)
@JBlond
JBlond / gist:9a6003cae60e73893ce3
Last active July 20, 2022 12:43
mod_authn_ntlm sample config
LoadModule auth_ntlm_module modules/mod_authn_ntlm.so
<Location /auth>
#AllowOverride None
AuthName "Private location"
AuthType SSPI
NTLMAuth On
NTLMAuthoritative On
<RequireAll>
<RequireAny>
Require valid-user