mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove old comment to kickstart scrut
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user