Remove old comment to kickstart scrut

This commit is contained in:
Mike Rostermund
2015-10-14 21:31:03 +02:00
parent f064061b1c
commit 613050e117

View File

@@ -1,11 +1,5 @@
<?php
// If anybody has again the idea to implement the PHP internal library calls,
// be aware that it was tried and banned by lead dev Adam
//
// TRUE STORY. THAT SHIT IS WHACK. -- adama.
function string_to_oid($string) {
$oid = strlen($string);
for ($i = 0; $i != strlen($string); $i++) {